ArcFM Responder Mobile Developer Guide
GetString Method (MMLocalizeInternalClass)






Syntax
'Declaration
 
Public Overridable Function GetString( _
   ByVal lIndex As System.Integer, _
   ByRef vImbeddedText As System.Object() _
) As System.String
'Usage
 
Dim instance As MMLocalizeInternalClass
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 System.object[] vImbeddedText
)
public function GetString( 
    lIndex: System.Integer;
   Out  vImbeddedText: System.array of TObject
): System.String; virtual; 
public function GetString( 
   lIndex : System.int,
   vImbeddedText : System.Object[]
) : System.String;
public: virtual System.string* GetString( 
   System.int lIndex,
   [PARAMFLAG::Out] System.Object*[] vImbeddedText
) 
public:
virtual System.String^ GetString( 
   System.int lIndex,
   [Out] System.array<Object^> vImbeddedText
) 

Parameters

lIndex
vImbeddedText
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

MMLocalizeInternalClass Class
MMLocalizeInternalClass Members

Send Feedback