다음을 통해 공유


SearchQueryLinguisticDetails.QueryTextCompositionLength 속성

정의

사용자가 IME(입력 메서드 편집기)를 사용하여 작성하는 쿼리 텍스트 부분의 길이를 가져옵니다.

public:
 property unsigned int QueryTextCompositionLength { unsigned int get(); };
uint32_t QueryTextCompositionLength();
public uint QueryTextCompositionLength { get; }
var uInt32 = searchQueryLinguisticDetails.queryTextCompositionLength;
Public ReadOnly Property QueryTextCompositionLength As UInteger

속성 값

UInt32

unsigned int

uint32_t

사용자가 IME(입력 메서드 편집기)로 작성하는 쿼리 텍스트 부분의 길이입니다.

설명

중요

앱에서 Windows 10 이상 검색을 구현하려면 AutoSuggestBox를 사용합니다. 자세한 내용은 자동 제안 상자를 참조하세요.

Windows 10 이상 앱에서 Windows.ApplicationModel.Search API(SearchPane, SearchContract) 또는 SearchBox API를 사용하면 안 됩니다.

적용 대상