Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
Declares an app extensibility point of type windows.fileOpenPicker. The app lets the user choose and open the specified types of files.
Element hierarchy
<uap:FileOpenPicker>
Syntax
<uap: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
Item | Value |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
Minimum OS Version | Windows 10 version 1511 (Build 10586) |