Intersoft ClientUI Documentation
GetPropertyString(DependencyObject,String) Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > LocalizationManager Class > GetPropertyString Method : GetPropertyString(DependencyObject,String) Method






obj
The dependency object of which the Resource is attached.
propertyName
The property name of which value to retrieve.
Gets the property value of the Resource attached to the dependency object.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function GetPropertyString( _
   ByVal obj As DependencyObject, _
   ByVal propertyName As String _
) As String
Visual Basic (Usage)Copy Code
Dim obj As DependencyObject
Dim propertyName As String
Dim value As String
 
value = LocalizationManager.GetPropertyString(obj, propertyName)
C# 
public static string GetPropertyString( 
   DependencyObject obj,
   string propertyName
)
Delphi 
public function GetPropertyString( 
    obj: DependencyObject;
    propertyName: String
): String; static; 
JScript 
public static function GetPropertyString( 
   obj : DependencyObject,
   propertyName : String
) : String;
Managed Extensions for C++ 
public: static string* GetPropertyString( 
   DependencyObject* obj,
   string* propertyName
) 
C++/CLI 
public:
static String^ GetPropertyString( 
   DependencyObject^ obj,
   String^ propertyName
) 

Parameters

obj
The dependency object of which the Resource is attached.
propertyName
The property name of which value to retrieve.

Return Value

A string value.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.