Miner.Interop Namespace > IMMLocalizeInternal Interface : GetString Method |
'Declaration
Function GetString( _ ByVal lIndex As System.Integer, _ ByRef vImbeddedText As System.Object() _ ) As System.String
'Usage
Dim instance As IMMLocalizeInternal Dim lIndex As System.Integer Dim vImbeddedText As System.Object() Dim value As System.String value = instance.GetString(lIndex, vImbeddedText)
System.string GetString( System.int lIndex, out System.object[] vImbeddedText )
function GetString( lIndex: System.Integer; Out vImbeddedText: System.array of TObject ): System.String;
function GetString( lIndex : System.int, vImbeddedText : System.Object[] ) : System.String;
System.string* GetString( System.int lIndex, [PARAMFLAG::Out] System.Object*[] vImbeddedText )
System.String^ GetString( System.int lIndex, [Out] System.array<Object^> vImbeddedText )
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