ClaimedLineDisplay.GetDeviceSelector 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GetDeviceSelector(PosConnectionTypes) |
지정된 연결 형식에서 사용할 수 있는 줄 표시를 나열하는 데 사용할 수 있는 AQS(고급 쿼리 구문) 문자열을 가져옵니다. |
GetDeviceSelector() |
사용 가능한 줄 표시를 나열하는 데 사용할 수 있는 AQS(고급 쿼리 구문) 문자열을 가져옵니다. |
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 문자열
- 특성
적용 대상
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
반환
사용 가능한 줄 표시를 열거하는 데 사용되는 고급 쿼리 구문 문자열입니다.
- 특성