Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.72 KB

searchpanequerylinguisticdetails_querytextalternatives.md

File metadata and controls

31 lines (20 loc) · 1.72 KB
-api-id -api-type
P:Windows.ApplicationModel.Search.SearchPaneQueryLinguisticDetails.QueryTextAlternatives
winrt property

Windows.ApplicationModel.Search.SearchPaneQueryLinguisticDetails.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

SearchPaneQueryLinguisticDetails class, SearchPane.QueryChanged event, SearchPaneQueryChangedEventArgs class, SearchPaneQueryChangedEventArgs.LinguisticDetails property, SearchPane.SuggestionsRequested event, SearchPaneSuggestionsRequestedEventArgs class, SearchPaneSuggestionsRequestedEventArgs.LinguisticDetails property