Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 766 Bytes

usbdevice_fromidasync_1322863552.md

File metadata and controls

26 lines (18 loc) · 766 Bytes
-api-id -api-type
M:Windows.Devices.Usb.UsbDevice.FromIdAsync(System.String)
winrt method

Windows.Devices.Usb.UsbDevice.FromIdAsync

-description

Starts an asynchronous operation that creates a UsbDevice object.

-parameters

-param deviceId

The device instance path of the device. To obtain that value, get the DeviceInformation.Id property value.

-returns

Returns an IAsyncOperation(UsbDevice) object that returns the results of the operation.

-remarks

-examples

-see-also