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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.