Idioma

FileSavePicker.SuggestedStartLocation Propriedade

Definição

Especifica o local inicial como um PickerLocationId. Se não for especificado, PickerLocationId.Unspecified será usado como o valor padrão.

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 da propriedade

Obtém ou define o local inicial do seletor de arquivos.

Aplica-se a