Edit

rescap:SettingsApp

Registers deep link and search information for settings apps.

Element hierarchy

<Package>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <rescap:Extension>
               └─ <rescap:SettingsApp>

Syntax

<rescap:SettingsApp
  SettingsPageUri = 'An optional URI string that starts with `ms-settings:`.'
  Category = 'An optional string that can have one of the following values: "system", "devices", "networking", "personalization", "accounts", "privacy", or "extras".' >

  <!-- Child elements -->
  rescap:AppLinks?
  rescap:SearchTerms?

</rescap:SettingsApp>

Key

? optional (zero or one)

Attributes

Attribute Description Data type Required Default value
SettingsPageUri Thelaunch URI of the settings page. An optional URI string that starts with ms-settings:. No
Category The category of the settings app. An optional string that can have one of the following values: system, devices, networking, personalization, accounts, privacy, extras. No

Child elements

Child element Description
rescap:AppLinks Registers one or more deep links for a settings app.
rescap:SearchTerms Registers one or more search terms for a settings app.

Parent elements

Parent element Description
rescap:Extension Declares an extensibility point for the app.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities
Minimum OS Version Windows 10 version 1511 (Build 10586)

Remarks

Examples