Language

TextExpressionCompilerError.IsWarning プロパティ

定義

コンパイラ エラーが警告であるかどうかを示す値を取得または設定します。

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

プロパティ値

true コンパイラ エラーが警告の場合。それ以外の場合は false

適用対象