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.
Determines whether the collection contains a specific node.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public bool Contains(
Node node
)
public:
bool Contains(
Node^ node
)
member Contains :
node:Node -> bool
Public Function Contains (
node As Node
) As Boolean
Parameters
node
Type: Microsoft.ManagementConsole.NodeThe node to locate.
Return Value
Type: System.Boolean
True if the node is located in the collection; otherwise, false.
See Also
SelectedNodeCollection
Microsoft.ManagementConsole Namespace
Return to top