PickOptions.Default Property
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.
Default file picking options. This object can be used when no special pick options are necessary.
public:
static property Microsoft::Maui::Storage::PickOptions ^ Default { Microsoft::Maui::Storage::PickOptions ^ get(); };
public static Microsoft.Maui.Storage.PickOptions Default { get; }
static member Default : Microsoft.Maui.Storage.PickOptions
Public Shared ReadOnly Property Default As PickOptions
Property Value
A PickOptions object with default values.
Remarks
This object can be used when no special pick options are necessary.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.