DevicePairingSetMembersRequestedEventArgs Class
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.
Event arguments passed to your handler for the DeviceInformationCustomPairing.PairingSetMembersRequested event, which is raised when the member(s) of a pairing set have been requested.
DevicePairingSetMembersRequestedEventArgs contains: a status indicating success or failure; a vector of the devices/endpoints that were added to the set, or that failed to be added to the set, depending on that status; and info about the parent device.
For more info, and code examples, see Pairing a set with the DeviceInformationPairing.Custom property.
public ref class DevicePairingSetMembersRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 1245184)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class DevicePairingSetMembersRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 1245184)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class DevicePairingSetMembersRequestedEventArgs
Public NotInheritable Class DevicePairingSetMembersRequestedEventArgs
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 11, version 24H2 (introduced in 10.0.26100.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v19.0)
|
Properties
PairingSetMembers |
Gets a vector of the devices/endpoints that were added to the set, or that failed to be added to the set, depending on the value of Status. For more info, and code examples, see Pairing a set with the DeviceInformationPairing.Custom property. |
ParentDeviceInformation |
Gets the primary device/endpoint of the set. For more info, and code examples, see Pairing a set with the DeviceInformationPairing.Custom property. |
Status |
Gets a status value describing the result of adding member(s) to a pairing set. For more info, and code examples, see Pairing a set with the DeviceInformationPairing.Custom property. |