Sprache

FileSavePicker.SuggestedStartLocation Eigenschaft

Definition

Gibt den ursprünglichen Speicherort als PickerLocationId an. Wenn nicht angegeben, wird PickerLocationId.Unspecified als Standardwert verwendet.

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

Eigenschaftswert

Ruft den ursprünglichen Speicherort für die Dateiauswahl ab oder legt ihn fest.

Gilt für: