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