Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 2.2 KB

searchpanequerylinguisticdetails.md

File metadata and controls

29 lines (19 loc) · 2.2 KB
-api-id -api-type
T:Windows.ApplicationModel.Search.SearchPaneQueryLinguisticDetails
winrt class

Windows.ApplicationModel.Search.SearchPaneQueryLinguisticDetails

-description

Provides information about query text that the user enters through 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.

An app retrieves this object through the searchPaneQueryChangedEventArgs.LinguisticDetails property while handling a QueryChanged event or through the SearchPaneSuggestionsRequestedEventArgs.LinguisticDetails property while handling a SuggestionsRequested event.

-examples

-see-also

Search contract sample (Windows 8), SearchPane.QueryChanged event, SearchPaneQueryChangedEventArgs class, SearchPaneQueryChangedEventArgs.LinguisticDetails property, SearchPane.SuggestionsRequested event, SearchPaneSuggestionsRequestedEventArgs class, SearchPaneSuggestionsRequestedEventArgs.LinguisticDetails property