Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.28 KB

File metadata and controls

50 lines (34 loc) · 1.28 KB
ms.assetid title description ms.date ms.topic keywords
6997bc14-c33f-4a88-aec1-21c1ddd5a8f2
uap4:Capability
Declares a capability required by a package.
04/05/2017
reference
windows 10, uwp, schema, manifest, desktop, extension

uap4:Capability

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)