Handles a notification that the node has been expanded after
loading.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim status As SyncStatus
Dim returnValue As Boolean
returnValue = Me.OnExpandFromLoad(status)
|
Syntax
Visual Basic |
Protected Overrides Function OnExpandFromLoad ( _
status As SyncStatus _
) As Boolean
|
C# |
protected override bool OnExpandFromLoad (
SyncStatus status
)
|
C++ |
protected:
virtual bool OnExpandFromLoad (
SyncStatus^ status
) override
|
J# |
protected boolean OnExpandFromLoad (
SyncStatus status
)
|
JScript |
protected override function OnExpandFromLoad (
status : SyncStatus
) : boolean
|
Parameters
- status
-
[in] Microsoft.ManagementConsole.SyncStatus object.
Return Value
true if the node is expanded; otherwise
false.
Remarks
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