ISearchActivatedEventArgsWithLinguisticDetails 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 query text.
public interface class ISearchActivatedEventArgsWithLinguisticDetails
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3231658970, 2219, 18737, 155, 124, 69, 16, 37, 242, 31, 129)]
struct ISearchActivatedEventArgsWithLinguisticDetails
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3231658970, 2219, 18737, 155, 124, 69, 16, 37, 242, 31, 129)]
public interface ISearchActivatedEventArgsWithLinguisticDetails
Public Interface ISearchActivatedEventArgsWithLinguisticDetails
- Derived
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Properties
LinguisticDetails |
Gets a SearchPaneQueryLinguisticDetails object that provides info about query text that the user enters through an Input Method Editor (IME). |