warningLevelOption Enumeration

Used by the WarnLevel property.

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

Syntax

'Declaration
Public Enumeration warningLevelOption
public enum warningLevelOption
public enum class warningLevelOption
type warningLevelOption
public enum warningLevelOption

Members

Member name Description
warningLevel_0 Ignore all warnings.
warningLevel_1 (Default) Ignore all but the most severe warnings.
warningLevel_2 Medium level warning messages.
warningLevel_3 Low level warning messages.
warningLevel_4 Show informational-level warning messages; not valid for linker.

Remarks

See /w, /Wn, /WX, /Wall, /wln, /wdn, /wen, /won (Warning Level) for more information.

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace