CompilerError.IsWarning 屬性

定義

取得或設定數值,表示錯誤是否為警告。

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

屬性值

如果錯誤是警告,則為 true,否則為 false

適用於