DesignerLoader::BeginLoad Method (IDesignerLoaderHost^)

 

Begins loading a designer.

Namespace:   System.ComponentModel.Design.Serialization
Assembly:  System (in System.dll)

public:
virtual void BeginLoad(
	IDesignerLoaderHost^ host
) abstract

Parameters

host
Type: System.ComponentModel.Design.Serialization::IDesignerLoaderHost^

The loader host through which this loader loads components.

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.

.NET Framework
Available since 1.1
Return to top
Show: