次の方法で共有


TextExpressionCompilerError.IsWarning プロパティ

定義

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

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

プロパティ値

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

適用対象