ScopeNodeCollection.Add Method (ScopeNode)
Adds a ScopeNode object to the end of the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public int Add(
ScopeNode item
)
public:
int Add(
ScopeNode^ item
)
member Add :
item:ScopeNode -> int
Public Function Add (
item As ScopeNode
) As Integer
Parameters
item
Type: Microsoft.ManagementConsole.ScopeNodeThe scope node to be added.
Return Value
Type: System.Int32
The index at which the scope node has been added.
See Also
ScopeNodeCollection Class
Microsoft.ManagementConsole Namespace
Return to top