IDesignerLoaderHost2 Interface
Provides an interface that extends IDesignerLoaderHost to specify whether errors are tolerated while loading a design document.
Assembly: System (in System.dll)
| 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 | |
|---|---|---|
![]() | Activate() | Activates the designer that this host is hosting.(Inherited from IDesignerHost.) |
![]() | AddService(Type^, Object^) | Adds the specified service to the service container.(Inherited from IServiceContainer.) |
![]() | AddService(Type^, Object^, Boolean) | Adds the specified service to the service container, and optionally promotes the service to any parent service containers.(Inherited from IServiceContainer.) |
![]() | AddService(Type^, ServiceCreatorCallback^) | Adds the specified service to the service container.(Inherited from IServiceContainer.) |
![]() | AddService(Type^, ServiceCreatorCallback^, Boolean) | Adds the specified service to the service container, and optionally promotes the service to parent service containers.(Inherited from IServiceContainer.) |
![]() | CreateComponent(Type^) | Creates a component of the specified type and adds it to the design document.(Inherited from IDesignerHost.) |
![]() | CreateComponent(Type^, String^) | Creates a component of the specified type and name, and adds it to the design document.(Inherited from IDesignerHost.) |
![]() | CreateTransaction() | Creates a DesignerTransaction that can encapsulate event sequences to improve performance and enable undo and redo support functionality.(Inherited from IDesignerHost.) |
![]() | CreateTransaction(String^) | Creates a DesignerTransaction that can encapsulate event sequences to improve performance and enable undo and redo support functionality, using the specified transaction description.(Inherited from IDesignerHost.) |
![]() | DestroyComponent(IComponent^) | Destroys the specified component and removes it from the designer container.(Inherited from IDesignerHost.) |
![]() | EndLoad(String^, Boolean, ICollection^) | Ends the designer loading operation.(Inherited from IDesignerLoaderHost.) |
![]() | GetDesigner(IComponent^) | Gets the designer instance that contains the specified component.(Inherited from IDesignerHost.) |
![]() | GetService(Type^) | Gets the service object of the specified type.(Inherited from IServiceProvider.) |
![]() | GetType(String^) | Gets an instance of the specified, fully qualified type name.(Inherited from IDesignerHost.) |
![]() | Reload() | Reloads the design document.(Inherited from IDesignerLoaderHost.) |
![]() | RemoveService(Type^) | Removes the specified service type from the service container.(Inherited from IServiceContainer.) |
![]() | RemoveService(Type^, Boolean) | Removes the specified service type from the service container, and optionally promotes the service to parent service containers.(Inherited from IServiceContainer.) |
| 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.) |
Use the IDesignerLoaderHost2 interface to specify whether the designer loader can continue loading when errors occur during deserialization.
Available since 2.0


