warningLevelOption Enum

Definition

Used by the WarnLevel property.

public enum class warningLevelOption
public enum class warningLevelOption
enum warningLevelOption
public enum warningLevelOption
type warningLevelOption = 
Public Enum warningLevelOption
Inheritance
warningLevelOption

Fields

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