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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.