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