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.
Expands the specified scope node.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void ExpandScopeNode(
ScopeNode targetNode
)
public:
void ExpandScopeNode(
ScopeNode^ targetNode
)
member ExpandScopeNode :
targetNode:ScopeNode -> unit
Public Sub ExpandScopeNode (
targetNode As ScopeNode
)
Parameters
targetNode
Type: Microsoft.ManagementConsole.ScopeNodeThe node to expand
See Also
View Class
Microsoft.ManagementConsole Namespace
Return to top