ISelectFileResult<TOptions> Interface
Defines the result of interacting with a FileDialog.
public interface ISelectFileResult<TOptions> : ISelectFileResult where TOptions : ISelectFileOptions
- Type Parameters:
-
TOptions
-The type of ISelectFileOptions.
Remarks
For internal use only.
Properties
Options
The options representing the state of the dialog after the user's interaction including any selected file(s).
TOptions Options { get; }
Property Value
- TOptions