IDevicePairingActivatedEventArgs IDevicePairingActivatedEventArgs IDevicePairingActivatedEventArgs IDevicePairingActivatedEventArgs Interface

Definition

Provides information when an app is activated as a result of a device pairing.

public : interface IDevicePairingActivatedEventArgspublic interface IDevicePairingActivatedEventArgsPublic Interface IDevicePairingActivatedEventArgs// You can use this interface in JavaScript.
Inheritance
IDevicePairingActivatedEventArgsIDevicePairingActivatedEventArgsIDevicePairingActivatedEventArgsIDevicePairingActivatedEventArgs
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v2)

Inherited Members

Inherited properties

Remarks

Interface inheritance

IDevicePairingActivatedEventArgs inherits IActivatedEventArgs. Types that implement IDevicePairingActivatedEventArgs also implement the interface members of IActivatedEventArgs.

Properties

DeviceInformation DeviceInformation DeviceInformation DeviceInformation

Gets the DeviceInformation object for the device object that is being paired.

public : DeviceInformation DeviceInformation { get; }public DeviceInformation DeviceInformation { get; }Public ReadOnly Property DeviceInformation As DeviceInformation// You can use this property in JavaScript.
Value
DeviceInformation DeviceInformation DeviceInformation DeviceInformation

The information of the device object.

See Also