warningLevelOption - перечисление
Used by the WarnLevel property.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Public Enumeration warningLevelOption
'Применение
Dim instance As warningLevelOption
public enum warningLevelOption
public enum class warningLevelOption
public enum warningLevelOption
Члены
Имя члена | Описание | |
---|---|---|
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. |
Заметки
See /w, /Wn, /WX, /Wall, /wln, /wdn, /wen, /won (Warning Level) for more information.