1 implementation of PickAsync
Microsoft.Maui.Essentials (1)
FilePicker\FilePicker.shared.cs (1)
97
public async Task<FileResult?>
PickAsync
(PickOptions? options = null) =>
2 references to PickAsync
Microsoft.Maui.Essentials (2)
FilePicker\FilePicker.shared.cs (2)
26
/// occurred during file picking. When calling <see cref="
PickAsync
(PickOptions?)"/> again while showing a file
66
Default.
PickAsync
(options);