ISearchActivatedEventArgs
ISearchActivatedEventArgs
ISearchActivatedEventArgs
ISearchActivatedEventArgs
Interface
Definition
Provides information about the activated event that fires when an app is used to search.
public : interface ISearchActivatedEventArgspublic interface ISearchActivatedEventArgsPublic Interface ISearchActivatedEventArgs// You can use this interface in JavaScript.
- Inheritance
-
ISearchActivatedEventArgsISearchActivatedEventArgsISearchActivatedEventArgsISearchActivatedEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited properties
Remarks
Interface inheritance
ISearchActivatedEventArgs inherits IActivatedEventArgs. Types that implement ISearchActivatedEventArgs also implement the interface members of IActivatedEventArgs.
Properties
Language Language Language Language
The Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.
public : PlatForm::String Language { get; }public string Language { get; }Public ReadOnly Property Language As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The Internet Engineering Task Force (IETF) BCP 47 standard language tag.
- See Also
QueryText QueryText QueryText QueryText
The text that the user wants the app to search for. The user entered this text into the search box of the search pane.
public : PlatForm::String QueryText { get; }public string QueryText { get; }Public ReadOnly Property QueryText As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The text to find.