SmartCardReader.FromIdAsync(String) 方法

定义

返回与指定设备 ID 匹配的智能卡读取器。

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

参数

deviceId
String

Platform::String

winrt::hstring

智能卡读取器的设备 ID。

返回

匹配的智能卡读取器。

属性

适用于

另请参阅