ActionsPaneItemCollection.AddRange Method (ActionsPaneItem[])
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