DesignSurfaceExtensionAttribute.LoadAtIdle Property

Definition

Controls when, relative to the loading of a designer used by a VSPackage, the extensions provided by the implementation of the DesignSurfaceExtensionAttribute registered by DesignSurfaceExtensionAttribute are installed.

public:
 property bool LoadAtIdle { bool get(); void set(bool value); };
public:
 property bool LoadAtIdle { bool get(); void set(bool value); };
public bool LoadAtIdle { get; set; }
member this.LoadAtIdle : bool with get, set
Public Property LoadAtIdle As Boolean

Property Value

A Boolean value is returned: true The object providing design surface modifications by implementing DesignSurfaceExtension will be instantiated and initialized only during the idle period after the designer used by the VSPackage has finished loading. false The object providing design surface modifications by implementing DesignSurfaceExtension will be instantiated and initialized when a designer starts up.

Applies to