IDesignerLoaderHost Interface
Provides an interface that can extend a designer host to support loading from a serialized state.
For a list of all members of this type, see IDesignerLoaderHost Members.
[Visual Basic] Public Interface IDesignerLoaderHost Inherits IDesignerHost, IServiceContainer, IServiceProvider [C#] public interface IDesignerLoaderHost : IDesignerHost, IServiceContainer, IServiceProvider [C++] public __gc __interface IDesignerLoaderHost : public IDesignerHost, IServiceContainer, IServiceProvider [JScript] public interface IDesignerLoaderHost implements IDesignerHost, IServiceContainer, IServiceProvider
Remarks
An IDesignerHost can implement this interface to enable support for loading by a DesignerLoader.
The designer loader informs the designer host that it needs to invoke a load or reload so that the designer host can perform additional tasks at these times.
This class is isolated from IDesignerHost to emphasize that the designer loader, not the designer host, must initiate all loading and reloading of the design document.
Requirements
Namespace: System.ComponentModel.Design.Serialization
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
See Also
IDesignerLoaderHost Members | System.ComponentModel.Design.Serialization Namespace | DesignerLoader | IDesignerHost | IServiceContainer | IServiceProvider