ArcFM Responder Mobile Developer Guide
get_Key Method (IMMObjectDictionary)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610743812)>
Function get_Key( _
   ByVal Index As System.Object _
) As System.String
'Usage
 
Dim instance As IMMObjectDictionary
Dim Index As System.Object
Dim value As System.String
 
value = instance.get_Key(Index)
[System.Runtime.InteropServices.DispId(1610743812)]
System.string get_Key( 
   System.object Index
)
function get_Key( 
    Index: System.TObject
): System.String; 
System.Runtime.InteropServices.DispIdAttribute(1610743812)
function get_Key( 
   Index : System.Object
) : System.String;
[System.Runtime.InteropServices.DispId(1610743812)]
System.string* get_Key( 
   System.Object* Index
) 
[System.Runtime.InteropServices.DispId(1610743812)]
System.String^ get_Key( 
   System.Object^ Index
) 

Parameters

Index
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

IMMObjectDictionary Interface
IMMObjectDictionary Members

Send Feedback