Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used to select compile language option for .c and .cpp files.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Public Enumeration CompileAsOptions
public enum CompileAsOptions
public enum class CompileAsOptions
type CompileAsOptions
public enum CompileAsOptions
Members
Member name | Description | |
---|---|---|
compileAsDefault | Default | |
compileAsC | Compile as C Code (/TC) | |
compileAsCPlusPlus | Compile as C++ Code (/TP) |
Remarks
See /Tc, /Tp, /TC, /TP (Specify Source File Type) for more information. Used by the CompileAs property.