Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.