FileSavePicker.SuggestedStartLocation プロパティ

定義

ファイル保存ピッカーがファイルを保存する場所としてユーザーに提案する場所を取得または設定します。

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

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

プロパティ値

ファイルを保存するために推奨される最初の場所。

注釈

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

適用対象