Visual Basic (Declaration) | |
---|---|
<System.ComponentModel.NotifyParentPropertyAttribute(True)> Public Default Property Item( _ ByVal index As System.Integer _ ) As LookUpChar |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As LookUpCharCollection Dim index As System.Integer Dim value As LookUpChar instance.Item(index) = value value = instance.Item(index) |
C# | |
---|---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)] public LookUpChar this[ System.int index ]; {get; set;} |
Delphi | |
---|---|
public this: : LookUpChar;[ index: System.Integer ]; read-write |
JScript | |
---|---|
System.ComponentModel.NotifyParentPropertyAttribute() public this[ index : System.int ] get,set : LookUpChar |
Managed Extensions for C++ | |
---|---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)] public: __property LookUpChar* get_Item System.int index ; public: __property void set_Item System.int index, LookUpChar* value ; |
C++/CLI | |
---|---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)] public: property LookUpChar^ default [int] { LookUpChar^ get(System.int index); void set (System.int index, LookUpChar^ value); } |
Parameters
- index
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