uap:SupportsAnyFileType (Windows 10, descendant of uap:ShareTarget)

Indicates whether all file types are supported for sharing.

Element hierarchy

<Package>

    <Applications>

         <Application>

              <Extensions>

                   <uap:Extension>

                        <uap:FileTypeAssociation>

                             <uap:SupportedFileTypes>

                                  <uap:SupportsAnyFileType>

                             <uap:FileOpenPicker>

                                  <uap:SupportsAnyFileType>

                             <uap:FileSavePicker>

                                  <uap:SupportsAnyFileType>

Syntax

<uap:SupportsAnyFileType>
  xs:anyType
</uap:SupportsAnyFileType>

Attributes and elements

Attributes

None.

Child elements

None.

Parent elements

Parent element Description
uap:SupportedFileTypes (type: CT_CharmsSupportedFileTypes) Defines the file types that the app can share.

Examples

<uap:ShareTarget>
  <uap:SupportedFileTypes>
    <uap:SupportsAnyFileType />
  </uap:SupportedFileTypes>
  <uap:DataFormat>Text</uap:DataFormat>
  <uap:DataFormat>Uri</uap:DataFormat>
</uap:ShareTarget>

Requirements

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