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

属性值

一个值,指定编译器警告等级。

属性

注解

指定默认的编译器警告级别;确定语言提供程序将编译警告视为错误的级别。

适用于