Propriedade VCMidlTool.WarningLevel

Obtém ou define um valor indicando como estritamente o compilador verifica por construções potencialmente suspeitas.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.VisualStudio.VCProjectEngine.midlWarningLevelOption
A midlWarningLevelOption enumeração.

Comentários

WarningLevelexpõe a funcionalidade do compilador C++ /w, /Wn, /WX, /Wall, /wln, /wdn, /wen, / ganhou (nível de aviso) opção e do compilador MIDL /w, /Wn, /WX, /Wall, /wln, /wdn, /wen, / ganhou (nível de aviso) opção.

Use o warningLevelOption enumeração para alterar o valor da VCCLCompilerTool propriedade.

Use o midlWarningLevelOption enumeração para alterar o valor da VCMidlTool propriedade.

Segurança do .NET Framework

Consulte também

Referência

VCMidlTool Interface

Namespace Microsoft.VisualStudio.VCProjectEngine