Edit

desktop7:DesktopAppMigration

Specifies a set of app migration entries for tiles and pins.

Element hierarchy

<Package>
   └─ <Extensions>
      └─ <desktop7:Extension>
         └─ <desktop7:DesktopAppMigration>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <desktop7:Extension>
               └─ <desktop7:DesktopAppMigration>

Syntax

<desktop7:DesktopAppMigration
  AcquisitionUri = 'An optional string between 1 and 2084 characters in length in the form of a valid URI.' >

  <!-- Child elements -->
  desktop7:DesktopApp{0,10000}

</desktop7:DesktopAppMigration>

Key

{} specific range of occurrences

Attributes

Attribute Description Data type Required Default value
AcquisitionUri An optional string between 1 and 2084 characters in length in the form of a valid URI. No

Child elements

Child element Description
desktop7:DesktopApp Specifies the source and target for a tile or pin that should be updated as part of a desktop app migration.

Parent elements

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

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/desktop/windows10/7
Minimum OS Version Windows 10 (Build 19645)

Remarks

This element requires the runFullTrust capability.

Examples