ArcFM Responder Mobile Developer Guide
item Property (IMMDataObjectFiles)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(5)>
ReadOnly Property item( _
   ByVal ItemIndex As System.Integer _
) As System.String
'Usage
 
Dim instance As IMMDataObjectFiles
Dim ItemIndex As System.Integer
Dim value As System.String
 
value = instance.item(ItemIndex)
[System.Runtime.InteropServices.DispId(5)]
System.string item( 
   System.int ItemIndex
) {get;}
read-only property item( 
    ItemIndex: System.Integer
): System.String; 
System.Runtime.InteropServices.DispIdAttribute(5)
function get item( 
   ItemIndex : System.int
) : System.String
[System.Runtime.InteropServices.DispId(5)]
__property System.string* get_item( 
   System.int ItemIndex
);
[System.Runtime.InteropServices.DispId(5)]
property System.String^ item {
   System.String^ get(System.int ItemIndex);
}

Parameters

ItemIndex
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

IMMDataObjectFiles Interface
IMMDataObjectFiles Members

Send Feedback