Compiler.WarningLevel プロパティ

定義

コンパイラの警告レベルを取得します。

public:
 property int WarningLevel { int get(); };
[System.Configuration.ConfigurationProperty("warningLevel", DefaultValue=0)]
[System.Configuration.IntegerValidator(MaxValue=4, MinValue=0)]
public int WarningLevel { get; }
[<System.Configuration.ConfigurationProperty("warningLevel", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MaxValue=4, MinValue=0)>]
member this.WarningLevel : int
Public ReadOnly Property WarningLevel As Integer

プロパティ値

コンパイラの警告レベルを指定する値。

属性

注釈

既定のコンパイラの警告レベルを指定します。言語プロバイダーでコンパイル警告をエラーとして扱うレベルを決定します。

適用対象