FileOpenPicker.SuggestedStartLocation プロパティ

定義

ファイルを開くピッカーがユーザーに表示するファイルを検索する最初の場所を取得または設定します。

public:
 property PickerLocationId SuggestedStartLocation { PickerLocationId get(); void set(PickerLocationId value); };
PickerLocationId SuggestedStartLocation();

void SuggestedStartLocation(PickerLocationId value);
public PickerLocationId SuggestedStartLocation { get; set; }
var pickerLocationId = fileOpenPicker.suggestedStartLocation;
fileOpenPicker.suggestedStartLocation = pickerLocationId;
Public Property SuggestedStartLocation As PickerLocationId

プロパティ値

開始場所の識別子。

注釈

SuggestedStartLocation は、常にファイル ピッカーの開始場所として使用されるとは限りません。 ユーザーに一貫性を与えるために、ファイル ピッカーは、ユーザーが最後に移動した場所を記憶し、通常はその場所から開始します。

適用対象