次の方法で共有


MagneticStripeReader.GetDeviceSelector メソッド

定義

オーバーロード

GetDeviceSelector()

使用可能な磁気ストライプ リーダーを列挙するために使用される高度なクエリ構文 (AQS) 文字列を返します。

GetDeviceSelector(PosConnectionTypes)

指定した接続の種類で使用可能な磁気ストライプ リーダーを一覧表示するために使用できる高度なクエリ構文 (AQS) 文字列を取得します

GetDeviceSelector()

使用可能な磁気ストライプ リーダーを列挙するために使用される高度なクエリ構文 (AQS) 文字列を返します。

public:
 static Platform::String ^ GetDeviceSelector();
 static winrt::hstring GetDeviceSelector();
public static string GetDeviceSelector();
function getDeviceSelector()
Public Shared Function GetDeviceSelector () As String

戻り値

String

Platform::String

winrt::hstring

使用可能な磁気ストライプ リーダーを列挙するために使用される高度なクエリ構文 (AQS) 文字列。

適用対象

GetDeviceSelector(PosConnectionTypes)

指定した接続の種類で使用可能な磁気ストライプ リーダーを一覧表示するために使用できる高度なクエリ構文 (AQS) 文字列を取得します

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

パラメーター

connectionTypes
PosConnectionTypes

使用可能な磁気ストライプ リーダー用にチェックする接続の種類の一覧。

戻り値

String

Platform::String

winrt::hstring

指定した接続の種類で使用可能な磁気ストライプ リーダーを列挙するために使用される高度なクエリ構文 (AQS) 文字列

属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

適用対象