pchOption - перечисление
Used by the UsePrecompiledHeader property.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Public Enumeration pchOption
'Применение
Dim instance As pchOption
public enum pchOption
public enum class pchOption
public enum pchOption
Члены
Имя члена | Описание | |
---|---|---|
pchNone | Instructs the compiler not to create a precompiled header (.pch) file. | |
pchCreateUsingSpecific | Instructs the compiler to create a precompiled header (.pch) file. | |
pchUseUsingSpecific | Instructs the compiler to use a precompiled header (.pch) file. |
См. также
Основные понятия
/Yu (Use Precompiled Header File)