Edit

rescap:Link

Registers a deep link from the settings page to the settings app.

Element hierarchy

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

Syntax

<rescap:Link
  AppActivationMode = 'An optional string value.'
  DisplayName = 'An optional string value.' />

Attributes

Attribute Description Data type Required Default value
AppActivationMode A deep link into the settings app in the form "uri://yourapp#deeplink" An optional string value. No
DisplayName The display text for the deep link into the settings app. An optional string value. No

Child elements

None.

Parent elements

Parent element Description
rescap:AppLinks Registers one or more deep links for a settings 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