共用方式為


LineDisplay.GetDeviceSelector 方法

定義

多載

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

傳回

String

Platform::String

winrt::hstring

用來列舉可用行顯示的進階查詢語法字串。

屬性

適用於

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 字串,用來列舉指定連線類型上可用的行顯示

屬性

適用於