共用方式為


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

適用於