DevicePairingSetMembersRequestedEventArgs.ParentDeviceInformation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the primary device/endpoint of the set. For more info, and code examples, see Pairing a set with the DeviceInformationPairing.Custom property.
public:
property DeviceInformation ^ ParentDeviceInformation { DeviceInformation ^ get(); };
DeviceInformation ParentDeviceInformation();
public DeviceInformation ParentDeviceInformation { get; }
var deviceInformation = devicePairingSetMembersRequestedEventArgs.parentDeviceInformation;
Public ReadOnly Property ParentDeviceInformation As DeviceInformation
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.