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.
Copies the elements of the selected node collection to a new node array.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public Node[] ToArray()
public:
array<Node^>^ ToArray()
member ToArray : unit -> Node[]
Public Function ToArray As Node()
Return Value
Type: Microsoft.ManagementConsole.Node[]
The new array
See Also
SelectedNodeCollection Class
Microsoft.ManagementConsole Namespace
Return to top