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

枚举值之一,表示特定的智能卡读取器类型。

返回

String

Platform::String

winrt::hstring

高级查询语法 (AQS) 字符串,表示连接到设备的一组指定类型的智能卡读取器。

属性

注解

有关 AQS 的信息,请参阅 以编程方式使用高级查询语法

另请参阅

适用于