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