ArcFM Responder Mobile Developer Guide
Item Property (IDictionary)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(0)>
Default Property Item( _
   ByRef Key As System.Object _
) As System.Object
'Usage
 
Dim instance As IDictionary
Dim Key As System.Object
Dim value As System.Object
 
instance.Item(Key) = value
 
value = instance.Item(Key)
[System.Runtime.InteropServices.DispId(0)]
System.object this[ 
   ref System.object Key
]; {get; set;}
 this: : System.TObject;[ 
   var  Key: System.TObject
]; read-write
System.Runtime.InteropServices.DispIdAttribute(0)
 this[ 
   Key : System.Object
] get,set : System.Object
[System.Runtime.InteropServices.DispId(0)]
__property System.Object* get_Item   ref System.Object* Key
;
__property void set_Item   ref System.Object* Key,
   System.Object* value
;
[System.Runtime.InteropServices.DispId(0)]
property System.Object^ default [Object^] {
   System.Object^ get(System.Object^% Key);
   void set (System.Object^% Key, System.Object^ value);
}

Parameters

Key
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