DeviceActivatedEventArgs.DeviceInformationId Property
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.
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
The device identifier for the device that invoked AutoPlay.