uap:FileOpenPicker

Declares an app extensibility point of type windows.fileOpenPicker. The app lets the user choose and open the specified types of files.

Element hierarchy

Syntax

<FileOpenPicker>

  <!-- Child elements -->
  uap:SupportedFileTypes

</uap:FileOpenPicker>

Attributes and Elements

Attributes

None.

Child Elements

Child Element Description
uap:SupportedFileTypes (type: CT_CharmsSupportedFileTypes)

Defines the file types that the app can share.

 

Parent Elements

Parent Element Description
uap:Extension

Declares an extensibility point for the app.

 

See also

Tasks

Accessing files with file pickers

Concepts

App contracts and extensions

Requirements

Namespace

https://schemas.microsoft.com/appx/manifest/uap/windows10