View.SelectScopeNode Method (ScopeNode, NodeId[])

 

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

See Also

SelectScopeNode Overload
View Class
Microsoft.ManagementConsole Namespace

Return to top