DesignerLoader.BeginLoad(IDesignerLoaderHost) Method
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.