Miner.Interop Namespace > MMLocalizeClass Class : GetString Method |
'Declaration
Public Overridable Function GetString( _ ByVal lIndex As System.Integer, _ ByRef ParamArray vImbeddedText() As System.Object() _ ) As System.String
'Usage
Dim instance As MMLocalizeClass Dim lIndex As System.Integer Dim vImbeddedText As System.Object() Dim value As System.String value = instance.GetString(lIndex, vImbeddedText)
public virtual System.string GetString( System.int lIndex, out params System.object[][] vImbeddedText )
public function GetString( lIndex: System.Integer; Out params vImbeddedText: System.array of TObjectarray of ): System.String; virtual;
public function GetString( lIndex : System.int, vImbeddedText : System.Object[][] ) : System.String;
public: virtual System.string* GetString( System.int lIndex, [PARAMFLAG::Out] params System.Object*[][]* vImbeddedText )
public: virtual 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