IDesignerLoaderHost2.IgnoreErrorsDuringReload Proprietà

Definizione

Ottiene o imposta un valore che indica se gli errori devono essere ignorati quando viene chiamato 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

Valore della proprietà

true se il caricatore della finestra di progettazione ignorerà gli errori durante il nuovo caricamento; in caso contrario, false. Il valore predefinito è false.

Commenti

La IgnoreErrorsDuringReload proprietà può essere impostata solo su true se CanReloadWithErrors è true. Se CanReloadWithErrors è false, il valore di IgnoreErrorsDuringReload viene ignorato.

Si applica a

Vedi anche