Share via


DevicePairingSetMembersRequestedEventArgs.ParentDeviceInformation プロパティ

定義

セットのプライマリ デバイス/エンドポイントを取得します。 詳細とコード例については、「 DeviceInformationPairing.Custom プロパティを使用してセットをペアリングする」を参照してください。

public:
 property DeviceInformation ^ ParentDeviceInformation { DeviceInformation ^ get(); };
DeviceInformation ParentDeviceInformation();
public DeviceInformation ParentDeviceInformation { get; }
var deviceInformation = devicePairingSetMembersRequestedEventArgs.parentDeviceInformation;
Public ReadOnly Property ParentDeviceInformation As DeviceInformation

プロパティ値

セットのプライマリ デバイス/エンドポイントを表す オブジェクト。

注釈

Bluetooth LE の場合、左側のイヤホンのペアリングを開始した場合、 ParentDeviceInformation はそのイヤホンになります。

IPP の場合、WSD デバイスのペアリングを開始し 、他のデバイスを追加した場合は、 ParentDeviceInformation が WSD デバイスになります。

適用対象

こちらもご覧ください