pchOption Enum

Definition

Used by the UsePrecompiledHeader property.

public enum class pchOption
public enum class pchOption
enum pchOption
public enum pchOption
type pchOption = 
Public Enum pchOption
Inheritance
pchOption

Fields

pchCreateUsingSpecific 1

Instructs the compiler to create a precompiled header (.pch) file.

pchNone 0

Instructs the compiler not to create a precompiled header (.pch) file.

pchUseUsingSpecific 2

Instructs the compiler to use a precompiled header (.pch) file.

Applies to