SaveFilePickerResult Struct
Definition
Extended result of the Avalonia.Platform.Storage.IStorageProvider.SaveFilePickerWithResultAsync(Avalonia.Platform.Storage.FilePickerSaveOptions) operation.
public struct SaveFilePickerResult
Methods
| Name | Description |
|---|---|
| Equals (2 overloads) | No summary available. |
| GetHashCode | No summary available. |
| ToString | No summary available. |
Equals overloads
Equals Method
public bool Equals(Avalonia.Platform.Storage.SaveFilePickerResult other)
Parameters
other Avalonia.Platform.Storage.SaveFilePickerResult
Returns
bool
Equals Method
public bool Equals(object obj)
Parameters
obj object
Returns
bool
GetHashCode Method
public int GetHashCode()
Returns
int
ToString Method
public string ToString()
Returns
string
Properties
| Name | Description |
|---|---|
| File | Saved Avalonia.Platform.Storage.IStorageFile or null if user canceled the dialog. |
| SelectedFileType | Selected file type or null if not supported. |
File Property
Saved Avalonia.Platform.Storage.IStorageFile or null if user canceled the dialog.
public Avalonia.Platform.Storage.IStorageFile File { get; set; }
SelectedFileType Property
Selected file type or null if not supported.
public Avalonia.Platform.Storage.FilePickerFileType SelectedFileType { get; set; }