SmartCardReader.GetDeviceSelector メソッド

定義

オーバーロード

GetDeviceSelector()

デバイスに接続されているすべてのスマート カード リーダーを表す高度なクエリ構文 (AQS) 文字列を返します。 この文字列は FindAllAsync メソッドに渡され、特定のスマート カード リーダーのセットを列挙します。

GetDeviceSelector(SmartCardReaderKind)

デバイスに接続されている特定の種類のスマート カード リーダーのセットを表す高度なクエリ構文 (AQS) 文字列を返します。 この文字列は FindAllAsync メソッドに渡され、特定のスマート カード リーダーのセットを列挙します。

GetDeviceSelector()

デバイスに接続されているすべてのスマート カード リーダーを表す高度なクエリ構文 (AQS) 文字列を返します。 この文字列は FindAllAsync メソッドに渡され、特定のスマート カード リーダーのセットを列挙します。

public:
 static Platform::String ^ GetDeviceSelector();
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
 static winrt::hstring GetDeviceSelector();
[Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
public static string GetDeviceSelector();
function getDeviceSelector()
Public Shared Function GetDeviceSelector () As String

戻り値

String

Platform::String

winrt::hstring

デバイスに接続されているすべてのスマート カード リーダーを表す高度なクエリ構文 (AQS) 文字列。

属性

注釈

AQS の詳細については、「 プログラムによる高度なクエリ構文の使用」を参照してください。

こちらもご覧ください

適用対象

GetDeviceSelector(SmartCardReaderKind)

デバイスに接続されている特定の種類のスマート カード リーダーのセットを表す高度なクエリ構文 (AQS) 文字列を返します。 この文字列は FindAllAsync メソッドに渡され、特定のスマート カード リーダーのセットを列挙します。

public:
 static Platform::String ^ GetDeviceSelector(SmartCardReaderKind kind);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorWithKind")]
 static winrt::hstring GetDeviceSelector(SmartCardReaderKind const& kind);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorWithKind")]
public static string GetDeviceSelector(SmartCardReaderKind kind);
function getDeviceSelector(kind)
Public Shared Function GetDeviceSelector (kind As SmartCardReaderKind) As String

パラメーター

kind
SmartCardReaderKind

特定のスマート カード リーダー型を表す列挙値の 1 つ。

戻り値

String

Platform::String

winrt::hstring

デバイスに接続されているスマート カード リーダーの指定した種類のセットを表す高度なクエリ構文 (AQS) 文字列。

属性

注釈

AQS の詳細については、「 プログラムによる高度なクエリ構文の使用」を参照してください。

こちらもご覧ください

適用対象