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 문자열

특성

적용 대상