共用方式為


SmartCardReader.FromIdAsync(String) 方法

定義

傳回符合指定裝置識別碼的智慧卡閱讀機。

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

智慧卡閱讀機的裝置識別碼。

傳回

相符的智慧卡閱讀機。

屬性

適用於

另請參閱