TargetDeviceFamily
Identifies the device family that your package targets.
Important In most cases, you should simply specify your device families in the TargetDeviceFamily element of your AppxManifest. Values here should only be used if you need to override that info (using a subset of the values provided there).
Element hierarchy
- <StoreManifest>
-
- <Dependencies>
- <TargetDeviceFamily>
Syntax
<TargetDeviceFamily Name = An alphanumeric string. May contain period and dash characters.
MinVersion = A version string in quad notation, "Major.Minor.Build.Revision". />
Attributes and Elements
Attributes
Attribute | Description | Data type | Required | Default value |
---|---|---|---|---|
MinVersion | The minimum version of the device family that your app is targeting. Used for applicability at deployment time. If the device family version of the system is lower than MinVersion, then the package is not considered applicable. |
A version string in quad notation, "Major.Minor.Build.Revision". | Yes | |
Name | The name of the device family that your app is targeting. |
An alphanumeric string. May contain period and dash characters. | Yes |
Child Elements
None.
Parent Elements
Parent Element | Description |
---|---|
Dependencies | Declares requirements that a package depends on to be applicable to a device. |
Remarks
For more info about device families, see Guide to Universal Windows Platform (UWP) apps.
Requirements
Value | |
---|---|
Namespace | http://schemas.microsoft.com/appx/2015/StoreManifest |