Share via


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

See Also

ActionsPaneItemCollection Class
Microsoft.ManagementConsole Namespace

Return to top