Lenguaje

FileSavePicker.SuggestedStartLocation Propiedad

Definición

Especifica la ubicación inicial como pickerLocationId. Si no se especifica, PickerLocationId.Unspecified se usa como valor predeterminado.

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

Valor de propiedad

Obtiene o establece la ubicación inicial del selector de archivos.

Se aplica a