ArcFM Responder Mobile Developer Guide
Item Method (IMMObjectDictionary)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610743810)>
Function Item( _
   ByVal Index As System.Object _
) As System.Object
'Usage
 
Dim instance As IMMObjectDictionary
Dim Index As System.Object
Dim value As System.Object
 
value = instance.Item(Index)
[System.Runtime.InteropServices.DispId(1610743810)]
System.object Item( 
   System.object Index
)
function Item( 
    Index: System.TObject
): System.TObject; 
System.Runtime.InteropServices.DispIdAttribute(1610743810)
function Item( 
   Index : System.Object
) : System.Object;
[System.Runtime.InteropServices.DispId(1610743810)]
System.Object* Item( 
   System.Object* Index
) 
[System.Runtime.InteropServices.DispId(1610743810)]
System.Object^ Item( 
   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