1 out of 3 rated this helpful - Rate this topic

Windows.ApplicationModel.Search namespace

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.

Members

The Windows.ApplicationModel.Search namespace has these types of members:

Classes

The Windows.ApplicationModel.Search namespace has these classes.

ClassDescription
LocalContentSuggestionSettings Stores settings that determine whether the app provides suggestions based on local files, and that define the criteria used to locate and filter these suggestions.
SearchPane Represents and manages the search pane that opens when a user activates the Search charm.
SearchPaneQueryChangedEventArgs Provides data for a querychanged event that is associated with a searchPane object.
SearchPaneQueryLinguisticDetails Provides information about query text that the user enters through an Input Method Editor (IME).
SearchPaneQuerySubmittedEventArgs Provides data for a querysubmitted event that is associated with a searchPane
SearchPaneResultSuggestionChosenEventArgs Provides data for a resultsuggestionchosen event that is associated with a searchPane object.
SearchPaneSuggestionsRequest Stores suggestions and information about the request for suggestions.
SearchPaneSuggestionsRequestDeferral Enables the app to signal when it has finished populating a searchSuggestionCollection object while handling the suggestionsrequested event.
SearchPaneSuggestionsRequestedEventArgs Provides data for a suggestionsrequested event that is associated with a searchPane object.
SearchPaneVisibilityChangedEventArgs Provides data for a visibilitychanged event that is associated with a searchPane object.
SearchSuggestionCollection Represents a collection of search suggestions to be displayed in the search pane in response to a suggestionsrequested event.

 

Interfaces

The Windows.ApplicationModel.Search namespace defines these interfaces.

InterfaceDescription
ISearchPaneQueryChangedEventArgs Provides data for a querychanged event that is associated with a searchPane object.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.ApplicationModel.Search
Windows::ApplicationModel::Search [C++]

Metadata

Windows.winmd

See also

Quickstart: Adding search
Search contract sample

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.