Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.02 KB

devicepairingsetmembersrequestedeventargs_parentdeviceinformation.md

File metadata and controls

29 lines (17 loc) · 1.02 KB
-api-id -api-type
P:Windows.Devices.Enumeration.DevicePairingSetMembersRequestedEventArgs.ParentDeviceInformation
winrt property

Windows.Devices.Enumeration.DevicePairingSetMembersRequestedEventArgs.ParentDeviceInformation

-description

Gets the primary device/endpoint of the set. For more info, and code examples, see Pairing a set with the DeviceInformationPairing.Custom property.

-property-value

An object representing the primary device/endpoint of the set.

-remarks

In the case of Bluetooth LE, if you'd started by pairing the left earbud, then ParentDeviceInformation would be that earbud.

In the case of IPP, if you'd you started pairing the WSD device (and added the others), then ParentDeviceInformation would be the WSD device.

-see-also

Pairing a set with the DeviceInformationPairing.Custom property