Intersoft ClientUI Documentation
GetResourceString Method



The dependency object of which the Resource is attached.
The resource key of which value to retrieve.
Gets the string of the Resource attached to the dependency object.
Syntax
Public Shared Function GetResourceString( _
   ByVal obj As DependencyObject, _
   ByVal key As String _
) As String
Dim obj As DependencyObject
Dim key As String
Dim value As String
 
value = LocalizationManager.GetResourceString(obj, key)
public static string GetResourceString( 
   DependencyObject obj,
   string key
)
public:
static String^ GetResourceString( 
   DependencyObject^ obj,
   String^ key
) 

Parameters

obj
The dependency object of which the Resource is attached.
key
The resource key of which value to retrieve.

Return Value

A string value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LocalizationManager Class
LocalizationManager Members

Send Feedback