View.SelectScopeNode Method (ScopeNode)

 

Selects the specified scope node in the MDI child window in which this 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 scopeNode
)
public:
void SelectScopeNode(
    ScopeNode^ scopeNode
)
member SelectScopeNode : 
        scopeNode:ScopeNode -> unit
Public Sub SelectScopeNode (
    scopeNode As ScopeNode
)

Parameters

See Also

SelectScopeNode Overload
View Class
Microsoft.ManagementConsole Namespace

Return to top