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.
Declares a capability required by a package.
Element hierarchy
<Package>
└─ <Capabilities>
└─ <uap4:Capability>
Syntax
<uap4:Capability
Name = 'A string that can have one of the following values: "offlineMapsManagement" or "userDataTasks".' />
Attributes and elements
| Attribute | Description | Data type | Required | Default value |
|---|---|---|---|---|
| Name | The name of the capability. | A string that can have one of the following values: offlineMapsManagement or userDataTasks. | Yes |
Child elements
None.
Parent elements
| Parent element | Description |
|---|---|
| Capability | Declares the access to protected user resources that the package requires. |
Requirements
| Item | Value |
|---|---|
| Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10/4 |
| Minimum OS Version | Windows 10 version 1703 (Build 15063) |