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 ScopeNode objects to the end of the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void AddRange(
ScopeNode[] items
)
public:
void AddRange(
array<ScopeNode^>^ items
)
member AddRange :
items:ScopeNode[] -> unit
Public Sub AddRange (
items As ScopeNode()
)
Parameters
items
Type: Microsoft.ManagementConsole.ScopeNode[]The array of scope nodes that is to be added.
See Also
ScopeNodeCollection Class
Microsoft.ManagementConsole Namespace
Return to top