言語

FileSavePicker.SuggestedStartLocation プロパティ

定義

PickerLocationId として最初の場所を指定します。 指定しない場合、 PickerLocationId.Unspecified が既定値として使用されます。

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

プロパティ値

ファイル ピッカーの最初の場所を取得または設定します。

適用対象