SearchInvokeValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the structure that arrives in the Activity.Value for Invoke activity with Name of 'application/search'.
public class SearchInvokeValue
type SearchInvokeValue = class
Public Class SearchInvokeValue
- Inheritance
-
SearchInvokeValue
Constructors
SearchInvokeValue() |
Properties
Context |
Gets or sets the context information about the query. Such as the UI control that issued the query. The type of the context field is object and is dependent on the kind field. For search and searchAnswers, there is no defined context value. |
Kind |
Gets or sets the kind for the search invoke value. Must be either search, searchAnswer, or typeahead. SearchInvokeTypes. |
QueryOptions |
Gets or sets the SearchInvokeOptions for this search invoke. |
QueryText |
Gets or sets the query text for the search invoke value. |