Compartir a través de


Diagnostic.IsWarningAsError Propiedad

Definición

Devuelve true si se trata de una advertencia como un error; en caso contrario, false.

public:
 property bool IsWarningAsError { bool get(); };
public bool IsWarningAsError { get; }
member this.IsWarningAsError : bool
Public ReadOnly Property IsWarningAsError As Boolean

Valor de propiedad

Comentarios

True implica DefaultSeverity = Warning y Severity = Error.

Se aplica a