Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.11 KB

searchsuggestionmanager_setquery_1931070342.md

File metadata and controls

31 lines (22 loc) · 1.11 KB
-api-id -api-type
M:Windows.ApplicationModel.Search.Core.SearchSuggestionManager.SetQuery(System.String,System.String,Windows.ApplicationModel.Search.SearchQueryLinguisticDetails)
winrt method

Windows.ApplicationModel.Search.Core.SearchSuggestionManager.SetQuery

-description

Assigns the current search query with the specified input language and Input Method Editor (IME) info.

-parameters

-param queryText

The query.

-param language

The input language.

-param linguisticDetails

Info about the query text that the user enters through an Input Method Editor (IME).

-remarks

The SearchBox control calls the SetQuery method when the query text changes.

-examples

-see-also

SearchBox, SetQuery(String), SetQuery(String, String)