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