SelectedNodeCollection.Item Property (Int32)
Gets the item at the specified index.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public Node this[
int index
] { get; }
public:
property Node^ default[
int index
] {
Node^ get(int index);
}
member Item :
index:int -> Node with get
Public ReadOnly Property Item (
index As Integer
) As Node
Parameters
index
Type: System.Int32The index of the item.
Property Value
Type: Microsoft.ManagementConsole.Node
The specified node
See Also
SelectedNodeCollection Class
Microsoft.ManagementConsole Namespace
Return to top