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
items
Type: Microsoft.ManagementConsole.ViewDescription[]The array of view description objects that is to be added.
See Also
ViewDescriptionCollection Class
Microsoft.ManagementConsole Namespace
Return to top