ArcFM Responder Mobile Developer Guide
Items Method






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

IDictionary Interface
IDictionary Members

Send Feedback