UserDeviceAssociationChangedEventArgs
UserDeviceAssociationChangedEventArgs
UserDeviceAssociationChangedEventArgs
UserDeviceAssociationChangedEventArgs
Class
Definition
Contains information about a UserDeviceAssociationChanged event.
public : sealed class UserDeviceAssociationChangedEventArgs : IUserDeviceAssociationChangedEventArgspublic sealed class UserDeviceAssociationChangedEventArgs : IUserDeviceAssociationChangedEventArgsPublic NotInheritable Class UserDeviceAssociationChangedEventArgs Implements IUserDeviceAssociationChangedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Properties
DeviceId DeviceId DeviceId DeviceId
Gets the Id of the associated device.
public : PlatForm::String DeviceId { get; }public string DeviceId { get; }Public ReadOnly Property DeviceId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The Id of the associated device.