pchOption Enumeration

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)

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace