PackageTypes
PackageTypes
PackageTypes
PackageTypes
Enum
Definition
Defines the types of packages to be included in the result set of a query.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public : enum class PackageTypespublic enum PackageTypesPublic Enum PackageTypes// You can use this enum in JavaScript.
- Attributes
-
System.FlagsAttribute ContractVersionAttribute
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Bundle Bundle Bundle Bundle | Include the bundle packages when you enumerate the package repository. |
| Framework Framework Framework Framework | Include the framework packages when you enumerate the package repository. |
| Main Main Main Main | Include the main packages when you enumerate the package repository. |
| None None None None | Default inventorying behavior. |
| Optional Optional Optional Optional | Include the optional packages when you enumerate the package repository. |
| Resource Resource Resource Resource | Include the resource packages when you enumerate the package repository. |
| Xap Xap Xap Xap | Include the XAP packages when you enumerate the package repository. |