SmartCardReader.FromIdAsync(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回与指定设备 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。
返回
匹配的智能卡读取器。
- 属性