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
'Usage
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

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace

Other Resources

/Yu (Use Precompiled Header File)