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.
Selects the specified scope node in the MDI child window in which the view is visible. However, no action is performed if this view is hidden.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void SelectScopeNode(
ScopeNode startNode,
NodeId[] relativePath
)
public:
void SelectScopeNode(
ScopeNode^ startNode,
array<NodeId^>^ relativePath
)
member SelectScopeNode :
startNode:ScopeNode *
relativePath:NodeId[] -> unit
Public Sub SelectScopeNode (
startNode As ScopeNode,
relativePath As NodeId()
)
Parameters
startNode
Type: Microsoft.ManagementConsole.ScopeNodeThe scope node relative to which the path to the target node is specified.
relativePath
Type: Microsoft.ManagementConsole.NodeId[]The path to the target node.
See Also
SelectScopeNode Overload
View Class
Microsoft.ManagementConsole Namespace
Return to top