SaveFilePickerWithResultAsync Method
Opens save file picker dialog and returns additional information about the result.
Definition
Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
Task<SaveFilePickerResult> SaveFilePickerWithResultAsync(
FilePickerSaveOptions options
)
Function SaveFilePickerWithResultAsync (
options As FilePickerSaveOptions
) As Task(Of SaveFilePickerResult)
abstract SaveFilePickerWithResultAsync :
options : FilePickerSaveOptions -> Task<SaveFilePickerResult>
Parameters
Return Value
Task(SaveFilePickerResult)
SaveFilePickerResult with saved file and additional dialog information such as selected file type.
See Also
Reference
IStorageProvider Interface
Avalonia.Platform.Storage Namespace