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

属性值

Boolean

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

注解

IgnoreErrorsDuringReload只能将属性设置为true:如果CanReloadWithErrorstruefalse如果是CanReloadWithErrors,则忽略值IgnoreErrorsDuringReload

适用于

另请参阅