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

属性值

表示集的主设备/终结点的 对象。

注解

对于蓝牙 LE,如果首先配对左耳塞,则 ParentDeviceInformation 将是该 earbud。

对于 IPP,如果开始将 WSD 设备 (配对,并将其他设备) ,则 ParentDeviceInformation 将是 WSD 设备。

适用于

另请参阅