Edit

uap:SupportedFileTypes (in FileTypeAssociation)

Defines the file types associated with the app. They are unique per package and are case sensitive.

Element hierarchy

<Package>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <uap:Extension>
               └─ <uap:FileTypeAssociation>
                  └─ <uap:SupportedFileTypes>

Syntax

<uap:SupportedFileTypes>

  <!-- Child elements -->
  uap:FileType{1,1000}
  uap:FileType{1,1000}

</uap:SupportedFileTypes>

Key

{} specific range of occurrences

Attributes

None.

Child elements

Child element Description
uap:FileType A supported file type specified as its file type extension.
uap10:FileType

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.

Requirements

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

Remarks

Examples