Partager via


VCMidlTool.WarningLevel, propriété

Obtient ou définit une valeur indiquant la rigueur avec laquelle le compilateur doit vérifier les constructions potentiellement suspectes.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
Property WarningLevel As midlWarningLevelOption
midlWarningLevelOption WarningLevel { get; set; }
property midlWarningLevelOption WarningLevel {
    midlWarningLevelOption get ();
    void set (midlWarningLevelOption value);
}
abstract WarningLevel : midlWarningLevelOption with get, set
function get WarningLevel () : midlWarningLevelOption 
function set WarningLevel (value : midlWarningLevelOption)

Valeur de propriété

Type : Microsoft.VisualStudio.VCProjectEngine.midlWarningLevelOption
Énumération midlWarningLevelOption.

Notes

WarningLevel expose les fonctionnalités de l'option /w, /Wn, /WX, /Wall, /wln, /wdn, /wen, /won (Niveau d'avertissement) du compilateur C++ et l'option /w, /Wn, /WX, /Wall, /wln, /wdn, /wen, /won (Niveau d'avertissement) du compilateur MIDL.

Utilisez l'énumération d'warningLevelOption pour modifier la valeur de la propriété d'VCCLCompilerTool.

Utilisez l'énumération d'midlWarningLevelOption pour modifier la valeur de la propriété d'VCMidlTool.

Sécurité .NET Framework

Voir aussi

Référence

VCMidlTool Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms