Gets the object at the specified group level.
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As Object
'Usage
Dim instance As GroupKeyList
Dim groupLevel As Integer
Dim value As Object
instance.Item(groupLevel) = value
value = instance.Item(groupLevel)
public object this[
int
]; {get; set;}
Parameters
- groupLevel
- The zero-based group level at which to get the object.
Property Value
A reference to the object at the specified group level.
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