Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.45 KB

searchpanesuggestionsrequestedeventargs_request.md

File metadata and controls

33 lines (21 loc) · 1.45 KB
-api-id -api-type
P:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequestedEventArgs.Request
winrt property

Windows.ApplicationModel.Search.SearchPaneSuggestionsRequestedEventArgs.Request

-description

Gets an object that stores suggestions and information about the request.

-property-value

The object that stores suggestions and information about the request.

-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.

The search pane can display 5 suggestions, at most. Additionally, each separator you use takes the place of a suggestion and lowers the number of suggestions that you can display.

-examples

-see-also

SearchPane.SuggestionsRequested event, SearchPaneSuggestionsRequest class, SearchPaneSuggestionsRequestedEventArgs class