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