Windows.ApplicationModel.Search.SearchContract
Provides data for a querychanged event that is associated with a searchPane object.
ISearchPaneQueryChangedEventArgs may be altered or unavailable for releases after Windows 10.
The Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.
The Internet Engineering Task Force (IETF) BCP 47 standard language tag.
An object that provides information about query text that the user is entering through an Input Method Editor (IME).
An object that provides information about query text.
The text in the search box when the querychanged event fired.
The current query text.
Deprecated. Use the Windows.UI.Xaml.Controls.SearchBox (XAML) or the WinJS.UI.SearchBox (HTML) control instead. Represents and manages the search pane that opens when a user activates the Search charm.
SearchPane may be altered or unavailable for releases after Windows 10.
The Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.
The Internet Engineering Task Force (IETF) BCP 47 standard language tag.
The placeholder text in the search box when the user hasn't entered any characters.
The placeholder text to display in the search box.
The current text in the search box of the search pane.
The current query text. If the search pane was not used, this is an empty string.
A string that identifies the context of the search and is used to store the user's search history with the app.
The search history context string.
Indicates whether the user's previous searches with the app are automatically tracked and used to provide suggestions.
True if the user's search history is automatically tracked and used to provide suggestions; otherwise false. The default value is true.
Gets or sets whether the user can open the search pane by typing.
True if the user can type to search. Otherwise, false.
Indicates whether the search pane is open.
True if the search pane is being displayed; otherwise false.
Fires when the user changes the text in the search box.
Fires when the user submits the text in the search box and the app needs to display search results.
Fires when the user selects one of the suggested results that was provided by the app and displayed in the search pane.
Fires when the user's query text changes and the app needs to provide new suggestions to display in the search pane.
Fires when the user opens or closes the search pane.
Retrieves an instance of the search pane from which users can search within the app.
ISearchPaneStatics may be altered or unavailable for releases after Windows 10.
An instance of the search pane, which provides a consistent, touch-friendly search box and optional search suggestions for searching within the current application.
Hides the current app's UI.
ISearchPaneStaticsWithHideThisApplication may be altered or unavailable for releases after Windows 10.
Specifies whether suggestions based on local files are automatically displayed in the search pane, and defines the criteria that Windows uses to locate and filter these suggestions.
ISearchPane may be altered or unavailable for releases after Windows 10.
The new settings for local content suggestions.
Shows the search pane.
ISearchPane may be altered or unavailable for releases after Windows 10.
Shows the search pane with the specified initial query string.
ISearchPane may be altered or unavailable for releases after Windows 10.
The initial query string.
Attempts to set the text in the search box of the search pane.
ISearchPane may be altered or unavailable for releases after Windows 10.
The query text to show in the search pane's search box.
True if the search box text was set successfully. Otherwise, false.
Provides data for a querychanged event that is associated with a searchPane object.
SearchPaneQueryChangedEventArgs may be altered or unavailable for releases after Windows 10.
The Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.
The Internet Engineering Task Force (IETF) BCP 47 standard language tag.
An object that provides linguistic information about query text that the user is entering through an Input Method Editor (IME).
An object that provides linguistic information about the query text.
The text in the search box when the querychanged event fired.
The text in the search box when the querychanged event fired.
Provides data for a querysubmitted event that is associated with a searchPane instance.
SearchPaneQuerySubmittedEventArgs may be altered or unavailable for releases after Windows 10.
The Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.
The Internet Engineering Task Force (IETF) BCP 47 standard language tag.
An object that provides linguistic information about query text that the user is entering through an Input Method Editor (IME).
An object that provides linguistic information about the query text.
The text that was submitted through the search pane.
The submitted query text.
Provides data for a resultsuggestionchosen event that is associated with a searchPane object.
SearchPaneResultSuggestionChosenEventArgs may be altered or unavailable for releases after Windows 10.
The tag for the suggested result that the user selected.
The app-defined tag for the selected search result.
Stores suggestions and information about the request for suggestions.
SearchPaneSuggestionsRequest may be altered or unavailable for releases after Windows 10.
Indicates whether the request for suggestions to display is canceled.
True if the request was canceled, otherwise false. The default value is false.
The suggestions to display in the search pane for the current query. Apps provide suggestions to display by appending them to this searchSuggestionCollection object.
The suggestions to display. Apps provide suggestions by appending them to this searchSuggestionCollection object.
Retrieves an object that lets an app respond to a request for suggestions asynchronously.
ISearchPaneSuggestionsRequest may be altered or unavailable for releases after Windows 10.
An object that lets an app signal when it has fulfilled the request for search suggestions.
Enables the app to signal when it has finished populating a searchSuggestionCollection object while handling the suggestionsrequested event. Apps should use a deferral if and only if they need to respond to a request for suggestions asynchronously.
SearchPaneSuggestionsRequestDeferral may be altered or unavailable for releases after Windows 10.
Signals that the app has finished populating a searchSuggestionCollection object while handling the suggestionsrequested event.
ISearchPaneSuggestionsRequestDeferral may be altered or unavailable for releases after Windows 10.
Provides data for a suggestionsrequested event that is associated with a searchPane object.
SearchPaneSuggestionsRequestedEventArgs may be altered or unavailable for releases after Windows 10.
The Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.
The Internet Engineering Task Force (IETF) BCP 47 standard language tag.
An object that provides linguistic information about query text that the user is entering through an Input Method Editor (IME).
An object that provides linguistic information about the query text.
The text that the app should provide suggestions for and that was in the search box when the suggestionsrequested event fired.
The query text that the app should provide suggestions for.
An object that stores suggestions and information about the request.
The object that stores suggestions and information about the request.
Provides data for a visibilitychanged event that is associated with a searchPane object.
SearchPaneVisibilityChangedEventArgs may be altered or unavailable for releases after Windows 10.
Indicates whether the search pane is open.
True if the search pane is open; otherwise false.