DeviceActivatedEventArgs.DeviceInformationId Property

Definition

Gets the device identifier for the device that invoked AutoPlay.

public:
 property Platform::String ^ DeviceInformationId { Platform::String ^ get(); };
winrt::hstring DeviceInformationId();
public string DeviceInformationId { get; }
var string = deviceActivatedEventArgs.deviceInformationId;
Public ReadOnly Property DeviceInformationId As String

Property Value

String

Platform::String

winrt::hstring

The device identifier for the device that invoked AutoPlay.

Implements

Applies to