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.
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.
Element hierarchy
<Package>
└─ <Applications>
└─ <Application>
└─ <Extensions>
└─ <uap:Extension>
└─ <uap:FileSavePicker>
Syntax
<uap:FileSavePicker>
<!-- Child elements -->
uap:SupportedFileTypes
</uap:FileSavePicker>
Attributes
None.
Child elements
| Child element | Description |
|---|---|
| uap:SupportedFileTypes |
Parent elements
| Parent element | Description |
|---|---|
| uap:Extension | Declares an extensibility point for the app. |
Requirements
| Item | Value |
|---|---|
| Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
| Minimum OS Version | Windows 10 version 1511 (Build 10586) |
Remarks
Examples
See also
Tasks Accessing files with file pickers
Concepts App contracts and extensions