VsAppPackagePlatform Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the platform that the application is targeting.
public enum class VsAppPackagePlatform
C++/CX
public enum class VsAppPackagePlatform
enum VsAppPackagePlatform
public enum VsAppPackagePlatform
type VsAppPackagePlatform =
Public Enum VsAppPackagePlatform
- Inheritance
-
VsAppPackagePlatform
Name | Value | Description |
---|---|---|
APPPLAT_WindowsAppx | 0 | Used for Windows Store apps. |
APPPLAT_WindowsPhoneXAP | 1 | Used for Windows Phone XAP applications. |
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |