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

Indicates whether all file types are supported for sharing.

Element hierarchy

<Package>

    <Applications>

         <Application>

              <Extensions>

                   <uap:Extension>

                        <uap:ShareTarget>

                             <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 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)