次の方法で共有


DeviceSelectedEventArgs.SelectedDevice プロパティ

定義

ピッカーでユーザーが選択したデバイス。

public:
 property DeviceInformation ^ SelectedDevice { DeviceInformation ^ get(); };
DeviceInformation SelectedDevice();
public DeviceInformation SelectedDevice { get; }
var deviceInformation = deviceSelectedEventArgs.selectedDevice;
Public ReadOnly Property SelectedDevice As DeviceInformation

プロパティ値

選択したデバイス。

適用対象