Udostępnij za pośrednictwem


Compiler.WarningLevel Właściwość

Definicja

Pobiera poziom ostrzeżenia kompilatora.

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

Wartość właściwości

Wartość określająca poziom ostrzeżenia kompilatora.

Atrybuty

Uwagi

Określa domyślny poziom ostrzeżenia kompilatora; określa poziom, na którym dostawca języka traktuje ostrzeżenia kompilacji jako błędy.

Dotyczy