- Namespace
- Avalonia
.Dialogs - Containing Type
- Managed
File Dialog Extensions
Syntax
public static Task<string[]> ShowManagedAsync<TWindow>(this OpenFileDialog dialog, Window parent, ManagedFileDialogOptions options = null)
where TWindow : Window, new()
Type Parameters
Name | Description |
---|---|
TWindow |
Parameters
Name | Type | Description |
---|---|---|
dialog | OpenFileDialog | |
parent | Window | |
options | Managed |
Return Value
Type | Description |
---|---|
Task |