Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.3 KB

windows_applicationmodel_search.md

File metadata and controls

23 lines (15 loc) · 1.3 KB
-api-id -api-type
N:Windows.ApplicationModel.Search
winrt namespace

Windows.ApplicationModel.Search

-description

Provides support for the search pane in apps that participate in the Search contract. The search pane opens when users activate the Search charm and provides a consistent, touch-friendly search box and optional search suggestions.

-remarks

Important

To implement search in an app for Windows 10, use AutoSuggestBox. See Auto-suggest box for more info.

You should not use Windows.ApplicationModel.Search APIs (SearchPane) or SearchBox (Windows.UI.Xaml.Controls.SearchBox/WinJS.UI.SearchBox) APIs in apps for Windows 10.

-examples

-see-also

Search contract sample (Windows 8)