Linguaggio

FileSavePicker.SuggestedStartLocation Proprietà

Definizione

Specifica la posizione iniziale come PickerLocationId. Se non specificato, PickerLocationId.Unspecified viene usato come valore predefinito.

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

Valore della proprietà

Ottiene o imposta il percorso iniziale per la selezione file.

Si applica a