DevicePairingSetMembersRequestedEventArgs.ParentDeviceInformation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
セットのプライマリ デバイス/エンドポイントを取得します。 詳細とコード例については、「 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 デバイスになります。