FileSavePicker.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 = fileSavePicker.suggestedStartLocation;
fileSavePicker.suggestedStartLocation = pickerLocationId;
Public Property SuggestedStartLocation As PickerLocationId
屬性值
儲存檔案的初始建議位置。
備註
SuggestedStartLocation 不一定做為檔案選擇器的開始位置。 為了讓使用者瞭解一致性,檔案選擇器會記住使用者流覽到的最後一個位置,而且通常會從該位置開始。