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 entire contents of the collection to a new array of strings.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public string[] ToArray()
public:
array<String^>^ ToArray()
member ToArray : unit -> string[]
Public Function ToArray As String()
Return Value
Type: System.String[]
The new array that contains the contents of the collection.
See Also
NodeSubItemDisplayNameCollection Class
Microsoft.ManagementConsole Namespace
Return to top