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

備註

IgnoreErrorsDuringReload只有在 是 trueCanReloadWithErrors,才能將 屬性設定為 true 。 如果 為 CanReloadWithErrorsfalse,則會忽略的值 IgnoreErrorsDuringReload

適用於

另請參閱