warningLevelOption Enum

Definition

Used by the WarnLevel property.

C++/CX
public enum class warningLevelOption
Inheritance
warningLevelOption

Fields

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.

Remarks

See /w, /W0, /W1, /W2, /W3, /W4, /w1, /w2, /w3, /w4, /Wall, /wd, /we, /wo, /Wv, /WX (Warning Level) for more information.

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022