Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.09 KB

searchquerylinguisticdetails_querytextalternatives.md

File metadata and controls

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

Windows.ApplicationModel.Search.SearchQueryLinguisticDetails.QueryTextAlternatives

-description

Gets a list of the text alternatives for the current query text. These alternatives account for uncomposed text the user is entering in an IME.

-property-value

A list of the text alternatives for the query text.

-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