warningLevelOption Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by the WarnLevel
property.
public enum class warningLevelOption
C++/CX
public enum class warningLevelOption
enum warningLevelOption
public enum warningLevelOption
type warningLevelOption =
Public Enum warningLevelOption
- Inheritance
-
warningLevelOption
Name | Value | Description |
---|---|---|
warningLevel_0 | 0 | Ignore all warnings. |
warningLevel_1 | 1 | (Default) Ignore all but the most severe warnings. |
warningLevel_2 | 2 | Medium level warning messages. |
warningLevel_3 | 3 | Low level warning messages. |
warningLevel_4 | 4 | Show informational-level warning messages; not valid for linker. |
See /w, /W0, /W1, /W2, /W3, /W4, /w1, /w2, /w3, /w4, /Wall, /wd, /we, /wo, /Wv, /WX (Warning Level) for more information.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |