Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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