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이 항상 파일 선택기 시작 위치로 사용되는 것은 아닙니다. 사용자에게 일관성을 제공하기 위해 파일 선택기는 사용자가 이동한 마지막 위치를 기억하고 일반적으로 해당 위치에서 시작합니다.