Diagnostic.IsWarningAsError 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果這是視為錯誤的警告,則傳回 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