ScopeNodeCollection.Insert Method (Int32, ScopeNode)
Inserts a ScopeNode object into the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void Insert(
int index,
ScopeNode item
)
public:
void Insert(
int index,
ScopeNode^ item
)
member Insert :
index:int *
item:ScopeNode -> unit
Public Sub Insert (
index As Integer,
item As ScopeNode
)
Parameters
index
Type: System.Int32The zero-based index that specifies where to insert the scope node.
item
Type: Microsoft.ManagementConsole.ScopeNodeThe scope node to be inserted.
See Also
ScopeNodeCollection Class
Microsoft.ManagementConsole Namespace
Return to top