FileOpenPicker.SuggestedStartLocation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ファイルを開くピッカーがユーザーに表示するファイルを検索する最初の場所を取得または設定します。
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 は、常にファイル ピッカーの開始場所として使用されるとは限りません。 ユーザーに一貫性を与えるために、ファイル ピッカーは、ユーザーが最後に移動した場所を記憶し、通常はその場所から開始します。