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