Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.25 KB

isearchpanequerychangedeventargs_querytext.md

File metadata and controls

31 lines (20 loc) · 1.25 KB
-api-id -api-type
P:Windows.ApplicationModel.Search.ISearchPaneQueryChangedEventArgs.QueryText
winrt property

Windows.ApplicationModel.Search.ISearchPaneQueryChangedEventArgs.QueryText

-description

The text in the search box when the QueryChanged event occurs.

-property-value

The current 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

ISearchPaneQueryChangedEventArgs interface, SearchPane.QueryChanged event, SearchPaneQueryChangedEventArgs class, SearchPaneQueryChangedEventArgs.QueryText