FileOpenPicker.SuggestedStartLocation Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.