APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE enumeration (appxpackaging.h)
Specifies the type of package for a IAppxBundleManifestPackageInfo object.
Syntax
typedef enum APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE {
APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE_APPLICATION,
APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE_RESOURCE
} ;
Constants
APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE_APPLICATION The package is an app. |
APPX_BUNDLE_PAYLOAD_PACKAGE_TYPE_RESOURCE The package is a resource. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 [desktop apps only] |
Minimum supported server | Windows Server 2012 R2 [desktop apps only] |
Header | appxpackaging.h |