Skip to content

IOpenFileDialogService interface

Shows the platform open file dialog from view model code that must not reference any window type.

public interface IOpenFileDialogService

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.

See Also