LineDisplay.GetDeviceSelector 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetDeviceSelector() |
获取可用于列出可用行显示的 AQS) 字符串 (高级查询语法。 |
GetDeviceSelector(PosConnectionTypes) |
获取 AQS) 字符串 (高级查询语法,可用于列出指定连接类型上可用的行显示 |
GetDeviceSelector()
获取可用于列出可用行显示的 AQS) 字符串 (高级查询语法。
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
返回
用于枚举可用行显示的高级查询语法字符串。
- 属性
适用于
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 字符串,该字符串显示指定的连接类型上可用的行
- 属性