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 文字列
- 属性