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.
Defines the file types that the app can share.
Element hierarchy
<uap:SupportedFileTypes>
<uap:SupportedFileTypes>
<uap:SupportedFileTypes>
Syntax
<uap:SupportedFileTypes>
<!-- Child elements -->
uap:FileType{1,10000}
uap:SupportsAnyFileType
</uap:SupportedFileTypes>
Key
{}
specific range of occurrences
Attributes and elements
Attributes
None.
Child elements
Child element | Description |
---|---|
uap:FileType (type: ST_FileType) | A file type specified as its file type extension. It is unique per application in the package and is case sensitive. |
uap:SupportsAnyFileType | Indicates whether all file types are supported for sharing. |
Parent elements
Parent element | Description |
---|---|
uap:ShareTarget | Declares an app extension point of type windows.shareTarget. The app can share the specified types of files. |
uap:FileOpenPicker | Declares an app extensibility point of type windows.fileOpenPicker. The app lets the user choose and open the specified types of files. |
uap:FileSavePicker | Declares an app extensibility point of type windows.fileSavePicker. The app lets the user choose the file name, extension, and storage location for the specified types of files. |
Related elements
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) |