Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

FileSavePicker.SuggestedStartLocation Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Specifies the initial location as a PickerLocationId. If not specified, PickerLocationId.Unspecified is used as the default value.

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

Property Value

Gets or sets the initial location for the file picker.

Applies to


Feedback

Was this page helpful?