Miner.Interop.Process Namespace > IDictionary Interface : Item Property |
'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
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