IDesignerLoaderHost2 Methods
.NET Framework 3.5
The IDesignerLoaderHost2 type exposes the following members.
| Name | Description | |
|---|---|---|
|
Activate | Activates the designer that this host is hosting. (Inherited from IDesignerHost.) |
|
AddService | Overloaded. Adds the specified service to the service container. |
|
CreateComponent | Overloaded. Creates a component of the specified type and adds it to the design document. |
|
CreateTransaction | Overloaded. Creates a DesignerTransaction that can encapsulate event sequences to improve performance and enable undo and redo support functionality. |
|
DestroyComponent | Destroys the specified component and removes it from the designer container. (Inherited from IDesignerHost.) |
|
EndLoad | Ends the designer loading operation. (Inherited from IDesignerLoaderHost.) |
|
GetDesigner | Gets the designer instance that contains the specified component. (Inherited from IDesignerHost.) |
|
GetService | Gets the service object of the specified type. (Inherited from IServiceProvider.) |
|
GetType | Gets an instance of the specified, fully qualified type name. (Inherited from IDesignerHost.) |
|
Reload | Reloads the design document. (Inherited from IDesignerLoaderHost.) |
|
RemoveService | Overloaded. Removes the specified service type from the service container. |