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