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 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