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
属性值
表示集的主设备/终结点的 对象。
注解
对于蓝牙 LE,如果首先配对左耳塞,则 ParentDeviceInformation 将是该 earbud。
对于 IPP,如果开始将 WSD 设备 (配对,并将其他设备) ,则 ParentDeviceInformation 将是 WSD 设备。