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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.