ISearchActivatedEventArgs Interface
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.
Provides information about the activated event that fires when an app is used to search.
public interface class ISearchActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2360568145, 22728, 17379, 148, 188, 65, 211, 63, 139, 99, 14)]
struct ISearchActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2360568145, 22728, 17379, 148, 188, 65, 211, 63, 139, 99, 14)]
public interface ISearchActivatedEventArgs : IActivatedEventArgs
Public Interface ISearchActivatedEventArgs
Implements IActivatedEventArgs
- Derived
- Attributes
- Implements
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Remarks
Interface inheritance
ISearchActivatedEventArgs inherits IActivatedEventArgs. Types that implement ISearchActivatedEventArgs also implement the interface members of IActivatedEventArgs.
Properties
Kind |
Gets the reason that this app is being activated. (Inherited from IActivatedEventArgs) |
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. |
PreviousExecutionState |
Gets the execution state of the app before this activation. (Inherited from IActivatedEventArgs) |
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. |
SplashScreen |
Gets the splash screen object that provides information about the transition from the splash screen to the activated app. (Inherited from IActivatedEventArgs) |