Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the driver constraint information for a UWP app. If DriverDependency
is used, the specified driver must be present for the app to load.
Element hierarchy
<uap5:DriverDependency>
Syntax
<uap5:DriverDependency>
<!-- Child elements -->
uap5:DriverConstraint{1,1000}
</uap5:DriverDependency>
Key
{}
specific range of occurrences
Attributes and elements
Attributes
None
Child elements
Child element | Description |
---|---|
DriverConstraint | Specifies the details of a driver paired with a UWP app. |
Parent elements
Parent element | Description |
---|---|
Dependencies | Declares other packages that a package depends on to complete its software. |
Remarks
If you are pairing a driver with a UWP app, all of the listed DriverDependency
elements must be met for the app to load. For a DriverDependency
to be met, at least one of its DriverConstraint
elements must be met.
See Pairing a driver with a Universal Windows Platform (UWP) app for more information.
Examples
See uap5:DriverConstraint for an example.
Requirements
Item | Value |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10/5 |
Minimum OS Version | Windows 10 version 1709 (Build 16299) |