MagneticStripeReader.GetDeviceSelector 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
返回
高级查询语法 (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
为可用磁条读取器检查的连接类型列表。
返回
高级查询语法 (AQS) 字符串,用于枚举指定连接类型上可用的磁条读取器
- 属性
Windows 要求
设备系列 |
Windows 10 Creators Update (在 10.0.15063.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
|