IDesignerLoaderHost2.CanReloadWithErrors 属性

定义

获取或设置一个值,以指示发生错误时是否可以重新加载。

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

属性值

如果设计器加载程序在检测到错误时可以重新加载设计文档,则为 true;否则为 false。 默认值为 false

注解

在某些情况下,无法忽略加载错误。 在这种情况下,设计器加载程序实现应返回 false

适用于

另请参阅