Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.08 KB

searchquerylinguisticdetails_querytextcompositionlength.md

File metadata and controls

29 lines (19 loc) · 1.08 KB
-api-id -api-type
P:Windows.ApplicationModel.Search.SearchQueryLinguisticDetails.QueryTextCompositionLength
winrt property

Windows.ApplicationModel.Search.SearchQueryLinguisticDetails.QueryTextCompositionLength

-description

Gets the length of the portion of the query text that the user is composing with an Input Method Editor (IME).

-property-value

The length of the portion of the query text that the user is composing with an Input Method Editor (IME).

-remarks

Important

To implement search in an app for Windows 10 or later, use AutoSuggestBox. See Auto-suggest box for more info.

You should not use Windows.ApplicationModel.Search APIs (SearchPane, SearchContract) or SearchBox APIs in apps for Windows 10 or later.

-examples

-see-also