言語

FolderPicker.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 = folderPicker.suggestedStartLocation;
folderPicker.suggestedStartLocation = pickerLocationId;
Public Property SuggestedStartLocation As PickerLocationId

プロパティ値

フォルダー ピッカーの推奨される開始場所を取得または設定します。

適用対象

こちらもご覧ください