Skip to content

Latest commit

 

History

History
116 lines (82 loc) · 2.36 KB

File metadata and controls

116 lines (82 loc) · 2.36 KB
description Search.Product title ms.assetid keywords ms.topic ms.date
Defines the file types associated with the app (in Extension/FileTypeAssociation).
eADQiWindows 10XVcnh
SupportedFileTypes (Windows 8.1 extensions schema, child of FileTypeAssociation)
b231434d-8bd1-47c4-8330-fb289be5894f
windows 10, uwp, schema, package manifest
reference
04/05/2017

SupportedFileTypes (extensions schema for Windows 8.1, child of FileTypeAssociation)

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

Element hierarchy

<Extension>
<FileTypeAssociation>
<SupportedFileTypes>

Syntax

<SupportedFileTypes>

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

</SupportedFileTypes>

Key

{}   specific range of occurrences

Attributes and Elements

Attributes

None.

Child Elements

Child Element Description
FileType (in type: CT_FTASupportedFileTypes)

A supported file type specified as its file type extension.

 

Parent Elements

Parent Element Description
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.

 

Related elements

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

Requirements

Value
Namespace http://schemas.microsoft.com/appx/2010/manifest