Intersoft ClientUI Documentation
GetString Method (IObservableResource)



The key to retrieve.
Gets the string of the specified resource key.
Syntax
Function GetString( _
   ByVal key As String _
) As String
Dim instance As IObservableResource
Dim key As String
Dim value As String
 
value = instance.GetString(key)
string GetString( 
   string key
)
String^ GetString( 
   String^ key
) 

Parameters

key
The key to retrieve.

Return Value

The resource string.
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

IObservableResource Interface
IObservableResource Members

Send Feedback