Used by the UsePrecompiledHeader property.
Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Public Enumeration pchOption
用法
Dim instance As pchOption
public enum pchOption
public enum class pchOption
public enum pchOption
Members
| Member name | Description | |
|---|---|---|
| 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. | 
See Also
Concepts
/Yu (Use Precompiled Header File)