CompilerError.IsWarning Proprietà

Definizione

Ottiene o imposta un valore che indica se l'errore è un avviso.

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

Valore della proprietà

true se l'errore è un avviso; in caso contrario, false.

Si applica a