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

속성 값

컴파일러 경고 수준을 지정하는 값입니다.

특성

설명

기본 컴파일러 경고 수준을 지정합니다. 는 언어 공급자가 컴파일 경고를 오류로 처리하는 수준을 결정합니다.

적용 대상