SearchPaneQueryLinguisticDetails 类

定义

提供有关用户通过输入法编辑器 (输入法) 输入的查询文本的信息。

public ref class SearchPaneQueryLinguisticDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SearchPaneQueryLinguisticDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SearchPaneQueryLinguisticDetails
Public NotInheritable Class SearchPaneQueryLinguisticDetails
继承
Object Platform::Object IInspectable SearchPaneQueryLinguisticDetails
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

重要

若要在应用中实现Windows 10或更高版本的搜索,请使用 AutoSuggestBox。 有关详细信息 ,请参阅自动建议框

不应在适用于 Windows 10 或更高版本的应用中使用 Windows.ApplicationModel.Search API (SearchPaneSearchContract) 或 SearchBox API。

应用在处理 QueryChanged 事件时通过 searchPaneQueryChangedEventArgs.LinguisticDetails 属性或处理 SuggestionsRequested 事件时通过 SearchPaneSuggestionsRequestedEventArgs.LinguisticDetails 属性检索此对象。

属性

QueryTextAlternatives

获取当前查询文本的文本替代项列表。 这些替代项适用于用户在 IME 中输入的未复合文本。

QueryTextCompositionLength

获取用户使用输入法编辑器 (输入法) 撰写的查询文本部分的长度。

QueryTextCompositionStart

获取用户使用输入法编辑器 (输入法) 撰写的文本的起始位置。

适用于

另请参阅