Compiler.WarningLevel Eigenschap

Definitie

Hiermee haalt u het waarschuwingsniveau van de compiler op.

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

Waarde van eigenschap

Een waarde die het waarschuwingsniveau van de compiler aangeeft.

Kenmerken

Opmerkingen

Hiermee geeft u het waarschuwingsniveau van de standaardcompilator op; bepaalt het niveau waarop de taalprovider compilatiewaarschuwingen behandelt als fouten.

Van toepassing op