コンパイラがコンパイルを中止する警告レベルを取得または設定します。
Public Property WarningLevel As Integer
[C#]
public int WarningLevel {get; set;}
[C++]
public: __property int get_WarningLevel();public: __property void set_WarningLevel(int);
[JScript]
public function get WarningLevel() : int;public function set WarningLevel(int);
プロパティ値
コンパイラがコンパイルを中止する警告レベル。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
CompilerParameters クラス | CompilerParameters メンバ | System.CodeDom.Compiler 名前空間