ISaveFileDialogService interface¶
Shows the platform save file dialog from view model code that must not reference any window type.
Members¶
| name | description |
|---|---|
| Show(…) | Shows a save file dialog and blocks until the user closes it. |
| ShowAsync(…) | Shows a save file dialog without blocking the calling thread. |