Udostępnij za pośrednictwem


IFileDialogService Interface

Definition

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.

Applies to