DesignerLoader.BeginLoad(IDesignerLoaderHost) Method

Definition

Begins loading a designer.

public:
 abstract void BeginLoad(System::ComponentModel::Design::Serialization::IDesignerLoaderHost ^ host);
public abstract void BeginLoad (System.ComponentModel.Design.Serialization.IDesignerLoaderHost host);
abstract member BeginLoad : System.ComponentModel.Design.Serialization.IDesignerLoaderHost -> unit
Public MustOverride Sub BeginLoad (host As IDesignerLoaderHost)

Parameters

host
IDesignerLoaderHost

The loader host through which this loader loads components.

Remarks

The IDesignerLoaderHost that is passed to the host parameter is typically the same object as the designer host. Through this reference to the loader host, the designer loader can reload the design document and indicate that it has finished loading the design document.

Applies to