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

適用対象