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.
Inserts an array of ScopeNode objects into the collection at the specified index.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void InsertRange(
int index,
ScopeNode[] items
)
public:
void InsertRange(
int index,
array<ScopeNode^>^ items
)
member InsertRange :
index:int *
items:ScopeNode[] -> unit
Public Sub InsertRange (
index As Integer,
items As ScopeNode()
)
Parameters
index
Type: System.Int32The zero-based index that specifies where to insert the array of scope nodes.
items
Type: Microsoft.ManagementConsole.ScopeNode[]The array of scope nodes to insert into the collection.
See Also
ScopeNodeCollection Class
Microsoft.ManagementConsole Namespace
Return to top