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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.