pchOption Enumeration
Used by the UsePrecompiledHeader property.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Public Enumeration pchOption
public enum pchOption
public enum class pchOption
type pchOption
public enum pchOption
Members
Member name | Description | |
---|---|---|
pchCreateUsingSpecific | Instructs the compiler to create a precompiled header (.pch) file. | |
pchNone | Instructs the compiler not to create a precompiled header (.pch) file. | |
pchUseUsingSpecific | Instructs the compiler to use a precompiled header (.pch) file. |
See Also
Reference
Microsoft.VisualStudio.VCProjectEngine Namespace