IDeviceActivatedEventArgs
IDeviceActivatedEventArgs
IDeviceActivatedEventArgs
IDeviceActivatedEventArgs
Interface
Definition
Provides information for a device that invokes AutoPlay.
public : interface IDeviceActivatedEventArgspublic interface IDeviceActivatedEventArgsPublic Interface IDeviceActivatedEventArgs// You can use this interface in JavaScript.
- Inheritance
-
IDeviceActivatedEventArgsIDeviceActivatedEventArgsIDeviceActivatedEventArgsIDeviceActivatedEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited properties
Remarks
Interface inheritance
IDeviceActivatedEventArgs inherits IActivatedEventArgs. Types that implement IDeviceActivatedEventArgs also implement the interface members of IActivatedEventArgs.
Properties
DeviceInformationId DeviceInformationId DeviceInformationId DeviceInformationId
Gets the device identifier for the device that invoked AutoPlay.
public : PlatForm::String DeviceInformationId { get; }public string DeviceInformationId { get; }Public ReadOnly Property DeviceInformationId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The device identifier for the device that invoked AutoPlay.
Verb Verb Verb Verb
Gets the action associated with the activated device.
public : PlatForm::String Verb { get; }public string Verb { get; }Public ReadOnly Property Verb As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The action associated with the activated device.