Share via


ViewDescriptionCollection.AddRange Method (ViewDescription[])

 

Adds an array of ViewDescription objects to the end of the collection.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public void AddRange(
    ViewDescription[] items
)
public:
void AddRange(
    array<ViewDescription^>^ items
)
member AddRange : 
        items:ViewDescription[] -> unit
Public Sub AddRange (
    items As ViewDescription()
)

Parameters

See Also

ViewDescriptionCollection Class
Microsoft.ManagementConsole Namespace

Return to top