IFileDialogService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The file dialog service.
public interface IFileDialogService
type IFileDialogService = interface
Public Interface IFileDialogService
Methods
SelectDirectoryAsync(String, String, CancellationToken) |
Selects a directory using the common file dialog. |
SelectFileAsync(String, String, String, DialogFilters, CancellationToken) |
Selects a file using the common file dialog. |
SelectFilesAsync(String, String, String, DialogFilters, CancellationToken) |
Selects multiple files using the common file dialog. |
SelectSaveAsFileAsync(String, String, String, DialogFilters, CancellationToken) |
Selects a file using the common file dialog to use to save. |