Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A file type specified as its file type extension. It is unique per application in the package and is case sensitive.
Element hierarchy
<Package>
└─ <Applications>
└─ <Application>
└─ <Extensions>
└─ <uap:Extension>
└─ <uap:ShareTarget>
└─ <uap:SupportedFileTypes>
└─ <uap:FileType>
└─ <uap:FileOpenPicker>
└─ <uap:SupportedFileTypes>
└─ <uap:FileType>
└─ <uap:FileSavePicker>
└─ <uap:SupportedFileTypes>
└─ <uap:FileType>
Syntax
<uap:FileType>
<!-- TODO: Add value description -->
</uap:FileType>
Value
Attributes
None.
Child elements
None.
Parent elements
| Parent element | Description |
|---|---|
| uap:SupportedFileTypes | Defines the file types that the app can share. |
Requirements
| Item | Value |
|---|---|
| Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
| Minimum OS Version | Windows 10 version 1511 (Build 10586) |
Remarks
Examples
<uap:ShareTarget>
<uap:SupportedFileTypes>
<uap:FileType>.txt</uap:FileType>
<uap:FileType>.html</uap:FileType>
</uap:SupportedFileTypes>
<uap:DataFormat>Text</uap:DataFormat>
<uap:DataFormat>Uri</uap:DataFormat>
</uap:ShareTarget>
See also
The following elements have the same name as this one, but different content or attributes: