Used by the SubSystem property.
Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Public Enumeration subSystemOption
用法
Dim instance As subSystemOption
public enum subSystemOption
public enum class subSystemOption
public enum subSystemOption
Members
| Member name | Description | |
|---|---|---|
| subSystemNotSet | Not set | |
| subSystemConsole | Console. | |
| subSystemWindows | Windows | |
| subSystemNative | Native | |
| subSystemEFIApplication | Extensible Firmware Interface Application | |
| subSystemEFIBootService | Extensible Firmware Interface Boot Service | |
| subSystemEFIROM | Extensible Firmware Interface ROM | |
| subSystemEFIRuntime | Extensible Firmware Interface Runtime | |
| subSystemPosix | POSIX | |
| subSystemWindowsCE | Windows CE |