FileOpenPicker.SuggestedStartLocation Proprietà

Definizione

Ottiene o imposta il percorso iniziale in cui la selezione apri file cerca i file da presentare all'utente.

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

Valore della proprietà

Identificatore della posizione iniziale.

Commenti

SuggestedStartLocation non viene sempre usato come percorso iniziale per la selezione file. Per dare all'utente un'idea di coerenza, la selezione file ricorda l'ultima posizione a cui l'utente si è spostato e in genere inizierà in tale posizione.

Si applica a