Share via


ViewDescriptionCollection.ToArray Method ()

 

Copies the entire contents of the collection to a new array of ViewDescription objects.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public ViewDescription[] ToArray()
public:
array<ViewDescription^>^ ToArray()
member ToArray : unit -> ViewDescription[]
Public Function ToArray As ViewDescription()

Return Value

Type: Microsoft.ManagementConsole.ViewDescription[]

The new array that contains the contents of the collection.

See Also

ViewDescriptionCollection Class
Microsoft.ManagementConsole Namespace

Return to top