Bagikan melalui


LineDisplay.GetDeviceSelector Metode

Definisi

Overload

GetDeviceSelector()

Mendapatkan string Advanced Query Syntax (AQS) yang bisa Anda gunakan untuk mencantumkan tampilan baris yang tersedia.

GetDeviceSelector(PosConnectionTypes)

Mendapatkan string Advanced Query Syntax (AQS) yang bisa Anda gunakan untuk mencantumkan tampilan baris yang tersedia melalui jenis koneksi yang ditentukan

GetDeviceSelector()

Mendapatkan string Advanced Query Syntax (AQS) yang bisa Anda gunakan untuk mencantumkan tampilan baris yang tersedia.

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

Mengembalikan

String

Platform::String

winrt::hstring

String Sintaks Kueri Tingkat Lanjut yang digunakan untuk menghitung tampilan baris yang tersedia.

Atribut

Berlaku untuk

GetDeviceSelector(PosConnectionTypes)

Mendapatkan string Advanced Query Syntax (AQS) yang bisa Anda gunakan untuk mencantumkan tampilan baris yang tersedia melalui jenis koneksi yang ditentukan

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

Parameter

connectionTypes
PosConnectionTypes

Daftar tipe koneksi untuk memeriksa tampilan baris yang tersedia.

Mengembalikan

String

Platform::String

winrt::hstring

String AQS yang digunakan untuk menghitung tampilan baris yang tersedia melalui jenis koneksi yang ditentukan

Atribut

Berlaku untuk