IDesignerLoaderHost2.IgnoreErrorsDuringReload 属性

定义

获取或设置一个值,以指示在调用 Reload() 时是否应忽略错误。

public:
 property bool IgnoreErrorsDuringReload { bool get(); void set(bool value); };
public bool IgnoreErrorsDuringReload { get; set; }
member this.IgnoreErrorsDuringReload : bool with get, set
Public Property IgnoreErrorsDuringReload As Boolean

属性值

如果设计器加载程序在重新加载时将忽略错误,则为 true;否则为 false。 默认值为 false

注解

如果 为 true,则IgnoreErrorsDuringReload只能将 trueCanReloadWithErrors 属性设置为 。 如果 CanReloadWithErrorsfalse,则忽略 的值 IgnoreErrorsDuringReload

适用于

另请参阅