次の方法で共有


PickOptions.Default プロパティ

定義

既定のファイル選択オプション。 このオブジェクトは、特別な選択オプションが必要ない場合に使用できます。

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

プロパティ値

既定値を持つ PickOptions オブジェクト。

注釈

このオブジェクトは、特別な選択オプションが必要ない場合に使用できます。

適用対象