ISaveFilePicker Methods
Provides access to the SaveAsync() method that displays a save file dialog and allows users to specify the file name and location.Name | Description |
---|---|
SaveAsync(Stream, String, PredefinedFileType) | Saves the stream asynchronously. The method returns the Task that is completed when the save operation is finished or canceled. |
See Also