ConfigurationTypes 列舉類型
由 ConfigurationType 屬性使用。
命名空間: Microsoft.VisualStudio.VCProject
組件: Microsoft.VisualStudio.VCProject (在 Microsoft.VisualStudio.VCProject.dll 中)
語法
'宣告
Public Enumeration ConfigurationTypes
public enum ConfigurationTypes
public enum class ConfigurationTypes
type ConfigurationTypes
public enum ConfigurationTypes
成員
成員名稱 | 描述 | |
---|---|---|
typeApplication | 應用程式 (.exe) | |
typeDynamicLibrary | 動態程式庫 (.dll) | |
typeGeneric | Makefile:顯示 Makefile Toolset (NMake) | |
typeStaticLibrary | 靜態程式庫 (.dll) | |
typeUnknown | 公用程式 |
備註
如需詳細資訊,請參閱一般屬性頁 (專案)。