IDesignerLoaderHost2 Members
.NET Framework 3.5
Provides an interface that extends IDesignerLoaderHost to specify whether errors are tolerated while loading a design document.
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. |
| Name | Description | |
|---|---|---|
|
CanReloadWithErrors | Gets or sets a value indicating whether it is possible to reload with errors. |
|
Container | Gets the container for this designer host. (Inherited from IDesignerHost.) |
|
IgnoreErrorsDuringReload | Gets or sets a value indicating whether errors should be ignored when Reload is called. |
|
InTransaction | Gets a value indicating whether the designer host is currently in a transaction. (Inherited from IDesignerHost.) |
|
Loading | Gets a value indicating whether the designer host is currently loading the document. (Inherited from IDesignerHost.) |
|
RootComponent | Gets the instance of the base class used as the root component for the current design. (Inherited from IDesignerHost.) |
|
RootComponentClassName | Gets the fully qualified name of the class being designed. (Inherited from IDesignerHost.) |
|
TransactionDescription | Gets the description of the current transaction. (Inherited from IDesignerHost.) |
| Name | Description | |
|---|---|---|
|
Activated | Occurs when this designer is activated. (Inherited from IDesignerHost.) |
|
Deactivated | Occurs when this designer is deactivated. (Inherited from IDesignerHost.) |
|
LoadComplete | Occurs when this designer completes loading its document. (Inherited from IDesignerHost.) |
|
TransactionClosed | Adds an event handler for the TransactionClosed event. (Inherited from IDesignerHost.) |
|
TransactionClosing | Adds an event handler for the TransactionClosing event. (Inherited from IDesignerHost.) |
|
TransactionOpened | Adds an event handler for the TransactionOpened event. (Inherited from IDesignerHost.) |
|
TransactionOpening | Adds an event handler for the TransactionOpening event. (Inherited from IDesignerHost.) |