Diagnostic.IsWarningAsError 属性

定义

如果这是被视为错误的警告,则返回 true;否则为 false。

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

属性值

注解

True 表示DefaultSeverity = Warning和 。Severity = Error

适用于