共用方式為


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

屬性值

Int32

值,指定編緝器警告層級。

屬性

備註

指定預設的編譯器警告層級;決定語言提供者將編譯警告視為錯誤的層級。

適用於