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.
Removes the first occurrence of a specific ResultNode object from the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void Remove(
ResultNode item
)
public:
void Remove(
ResultNode^ item
)
member Remove :
item:ResultNode -> unit
Public Sub Remove (
item As ResultNode
)
Parameters
item
Type: Microsoft.ManagementConsole.ResultNodeThe result node to remove.
See Also
ResultNodeCollection Class
Microsoft.ManagementConsole Namespace
Return to top