DesignSurfaceExtensionAttribute.LoadAtIdle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.