次の方法で共有


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

適用対象