uap:SupportedFileTypes (in uap: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:SupportedFileTypes>

Key

{}   specific range of occurrences

Attributes and elements

Attributes

None.

Child elements

Child element Description
uap:FileType (in type: CT_FTASupportedFileTypes) A supported file type specified as its file type extension.

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.

The following elements have the same name as this one, but different content or attributes:

Requirements

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