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 并不总是用作文件选取器起始位置。 为了为用户提供一致性感,文件选取器会记住用户导航到的最后一个位置,并且通常从该位置开始。

适用于