MmcListViewColumnCollection.ToArray Method ()
Copies the entire contents of the collection to a new array of MmcListViewColumn objects.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public MmcListViewColumn[] ToArray()
public:
array<MmcListViewColumn^>^ ToArray()
member ToArray : unit -> MmcListViewColumn[]
Public Function ToArray As MmcListViewColumn()
Return Value
Type: Microsoft.ManagementConsole.MmcListViewColumn[]
The new array that contains the contents of the collection.
See Also
MmcListViewColumnCollection Class
Microsoft.ManagementConsole Namespace
Return to top