FolderPickerResult Class
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.
Result of the IFolderPicker
public class FolderPickerResult : IEquatable<CommunityToolkit.Maui.Storage.FolderPickerResult>
type FolderPickerResult = class
interface IEquatable<FolderPickerResult>
Public Class FolderPickerResult
Implements IEquatable(Of FolderPickerResult)
- Inheritance
-
FolderPickerResult
- Implements
Constructors
| FolderPickerResult(Folder, Exception) |
Result of the IFolderPicker |
| FolderPickerResult(FolderPickerResult) | |
Properties
| EqualityContract | |
| Exception |
Exception if operation failed |
| Folder | |
| IsSuccessful |
Check if operation was successful. |
Methods
| <Clone>$() | |
| Deconstruct(Folder, Exception) | |
| EnsureSuccess() |
Check if operation was successful. |
| Equals(FolderPickerResult) | |
| Equals(Object) | |
| GetHashCode() | |
| PrintMembers(StringBuilder) | |
| ToString() | |
Operators
| Equality(FolderPickerResult, FolderPickerResult) | |
| Inequality(FolderPickerResult, FolderPickerResult) |