Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
interface System.​ComponentModel.​Design.​Serialization.​IDesignerLoaderHost2
Assembly: System.ComponentModel.TypeConverter
Implemented Interfaces
Provides an interface that extends <see cref="T:System.ComponentModel.Design.Serialization.IDesignerLoaderHost" /> to specify whether errors are tolerated while loading a design document.
Properties
bool
CanReloadWithErrors
Gets or sets a value indicating whether it is possible to reload with errors.
bool
IgnoreErrorsDuringReload
Gets or sets a value indicating whether errors should be ignored when <see cref="M:System.ComponentModel.Design.Serialization.IDesignerLoaderHost.Reload" /> is called.