Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.