Langage

FileSavePicker.SuggestedStartLocation Propriété

Définition

Spécifie l’emplacement initial en tant que PickerLocationId. S’il n’est pas spécifié, PickerLocationId.Unspecified est utilisé comme valeur par défaut.

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

Valeur de propriété

Obtient ou définit l’emplacement initial du sélecteur de fichiers.

S’applique à