ScopeNodeCollection.Remove Method (ScopeNode)
Removes the first occurrence of a specific ScopeNode object from the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void Remove(
ScopeNode item
)
public:
void Remove(
ScopeNode^ item
)
member Remove :
item:ScopeNode -> unit
Public Sub Remove (
item As ScopeNode
)
Parameters
item
Type: Microsoft.ManagementConsole.ScopeNodeThe scope node to remove.
See Also
ScopeNodeCollection Class
Microsoft.ManagementConsole Namespace
Return to top