rescap:SettingsApp

Registers deep link and search information for settings apps.

Element hierarchy

<Package>

    <Applications>

         <Application>

              <Extensions>

                   <rescap:Extension>

                         <rescap:SettingsApp>

Syntax

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

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

</rescap:SettingsApp>

Key

? optional (zero or one)

Attributes and elements

Attributes

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

Child elements

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

Parent elements

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

Remarks

For information about creating and registering a settings app, see Create a partner settings app.

Requirements

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