CompileAsOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to select compile language option for .c and .cpp files.
public enum class CompileAsOptions
public enum class CompileAsOptions
enum CompileAsOptions
public enum CompileAsOptions
type CompileAsOptions =
Public Enum CompileAsOptions
- Inheritance
-
CompileAsOptions
Fields
compileAsC | 1 | Compile as C Code (/TC) |
compileAsCPlusPlus | 2 | Compile as C++ Code (/TP) |
compileAsDefault | 0 | Default |
Remarks
See /Tc, /Tp, /TC, /TP (Specify Source File Type) for more information. Used by the CompileAs property.