View.IsScopeNodeVisuallyExpanded Method (ScopeNode)
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