debugOption - перечисление
Used by the DebugInformationFormat property.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Public Enumeration debugOption
'Применение
Dim instance As debugOption
public enum debugOption
public enum class debugOption
public enum debugOption
Члены
Имя члена | Описание | |
---|---|---|
debugDisabled | Disabled | |
debugOldStyleInfo | Old style information | |
debugEnabled | Enabled | |
debugEditAndContinue | Edit and continue |
Заметки
See /Z7, /Zi, /ZI (Debug Information Format) for more information.