Поделиться через


CompileAsOptions - перечисление

Used to select compile language option for .c and .cpp files.

Пространство имен:  Microsoft.VisualStudio.VCProjectEngine
Сборка:  Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)

Синтаксис

'Декларация
Public Enumeration CompileAsOptions
'Применение
Dim instance As CompileAsOptions
public enum CompileAsOptions
public enum class CompileAsOptions
public enum CompileAsOptions

Члены

Имя члена Описание
compileAsDefault Default
compileAsC Compile as C Code (/TC)
compileAsCPlusPlus Compile as C++ Code (/TP)

Заметки

See /Tc, /Tp, /TC, /TP (Specify Source File Type) for more information. Used by the CompileAs property.

См. также

Ссылки

Microsoft.VisualStudio.VCProjectEngine - пространство имен