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.
Adds an array of ActionsPaneItem objects to the end of the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void AddRange(
ActionsPaneItem[] items
)
public:
void AddRange(
array<ActionsPaneItem^>^ items
)
member AddRange :
items:ActionsPaneItem[] -> unit
Public Sub AddRange (
items As ActionsPaneItem()
)
Parameters
items
Type: Microsoft.ManagementConsole.ActionsPaneItem[]The array of ActionsPaneItem objects that is to be added.
See Also
ActionsPaneItemCollection Class
Microsoft.ManagementConsole Namespace
Return to top