Share via


ScopeNode.OnExpandFromLoad Method (SyncStatus)

 

Displays the children of the scope node when the scope node is expanded synchronously with MMC. MMC expands nodes to the last node that was selected when the console file was saved.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

protected virtual bool OnExpandFromLoad(
    SyncStatus status
)
protected:
virtual bool OnExpandFromLoad(
    SyncStatus^ status
)
abstract OnExpandFromLoad : 
        status:SyncStatus -> bool
override OnExpandFromLoad : 
        status:SyncStatus -> bool
Protected Overridable Function OnExpandFromLoad (
    status As SyncStatus
) As Boolean

Parameters

Return Value

Type: System.Boolean

True if the node was expanded completely; false otherwise.

See Also

ScopeNode Class
Microsoft.ManagementConsole Namespace

Return to top