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.
This API supports the product infrastructure and is not intended to be used directly from your code.
Indicates whether the specified node is expanded.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public bool IsScopeNodeVisuallyExpanded(
ScopeNode node
)
public:
bool IsScopeNodeVisuallyExpanded(
ScopeNode^ node
)
member IsScopeNodeVisuallyExpanded :
node:ScopeNode -> bool
Public Function IsScopeNodeVisuallyExpanded (
node As ScopeNode
) As Boolean
Parameters
node
Type: Microsoft.ManagementConsole.ScopeNodeThe node whose status is indicated.
Return Value
Type: System.Boolean
true if the specified node is expanded; otherwise false
See Also
View Class
Microsoft.ManagementConsole Namespace
Return to top