Partager via


ConsoleParentNode.OnExpandFromLoad Method

Handles a notification that the node has been expanded after loading.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim status As SyncStatus
Dim returnValue As Boolean

returnValue = Me.OnExpandFromLoad(status)

Syntax

'Declaration
Protected Overrides Function OnExpandFromLoad ( _
    status As SyncStatus _
) As Boolean
protected override bool OnExpandFromLoad (
    SyncStatus status
)
protected:
virtual bool OnExpandFromLoad (
    SyncStatus^ status
) override
protected boolean OnExpandFromLoad (
    SyncStatus status
)
protected override function OnExpandFromLoad (
    status : SyncStatus
) : boolean

Parameters

  • status
    [in] Microsoft.ManagementConsole.SyncStatus object.

Return Value

true if the icon has been expanded; otherwise false.

Remarks

Your application must override this method in a derived class.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

ConsoleParentNode Class
ConsoleParentNode Members
Microsoft.ConfigurationManagement.AdminConsole Namespace