PickOptions 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.
Represents file picking options that can be used to customize the working of IFilePicker.
public ref class PickOptions
public class PickOptions
type PickOptions = class
Public Class PickOptions
- Inheritance
-
PickOptions
Remarks
This file picking options object can be passed to a call to PickAsync().
Constructors
PickOptions() |
Properties
Default |
Default file picking options. This object can be used when no special pick options are necessary. |
FileTypes |
List of file types that file file picker should return. |
Images |
Predefined PickOptions object for picking image files only. |
PickerTitle |
Title used for the file picker that is shown to the user. |