SerialDevice.FromIdAsync(String) 方法

定义

启动创建 SerialDevice 对象的异步操作。

public:
 static IAsyncOperation<SerialDevice ^> ^ FromIdAsync(Platform::String ^ deviceId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<SerialDevice> FromIdAsync(winrt::hstring const& deviceId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<SerialDevice> FromIdAsync(string deviceId);
function fromIdAsync(deviceId)
Public Shared Function FromIdAsync (deviceId As String) As IAsyncOperation(Of SerialDevice)

参数

deviceId
String

Platform::String

winrt::hstring

设备的设备实例路径。 若要获取该值,请获取 DeviceInformation.Id 属性值。

返回

返回 IAsyncOperation (SerialDevice) 对象,该对象返回操作结果。

属性

适用于