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.
Displays the children of the scope node when the scope node is expanded.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
protected virtual void OnExpand(
AsyncStatus status
)
protected:
virtual void OnExpand(
AsyncStatus^ status
)
abstract OnExpand :
status:AsyncStatus -> unit
override OnExpand :
status:AsyncStatus -> unit
Protected Overridable Sub OnExpand (
status As AsyncStatus
)
Parameters
status
Type: Microsoft.ManagementConsole.AsyncStatusThe status information for asynchronous operations on the node.
See Also
ScopeNode Class
Microsoft.ManagementConsole Namespace
Return to top