Edit

rescap3:MigrationProgIds

Contains programmatic identifier (ProgID) values that describes the application, component, and version of each desktop application from which you want to inherit file associations.

Element hierarchy

<Package>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <rescap3:Extension>
               └─ <rescap3:FileTypeAssociation>
                  └─ <rescap3:MigrationProgIds>
               └─ <rescap3:Protocol>
                  └─ <rescap3:MigrationProgIds>

Syntax

<rescap3:MigrationProgIds>

  <!-- Child elements -->
  rescap3:MigrationProgId{0,10000}

</rescap3:MigrationProgIds>

Key

{} specific range of occurrences

Attributes

None.

Child elements

Child element Description
rescap3:MigrationProgId Contains a programmatic identifier (ProgID) value that describes the application, component, and version of a desktop application from which you want to inherit file associations.

Parent elements

Parent element Description
uap:FileTypeAssociation Declares an app extensibility point of type windows.fileTypeAssociation. A file type association indicates that the app is registered to handle files of the specified types.
uap:Protocol Declares an app extensibility point of type windows.protocol. A URI association indicates that the app is registered to handle URIs with the specified scheme.

Requirements

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

Remarks

Examples