次の方法で共有


SearchPaneQueryLinguisticDetails クラス

定義

ユーザーが入力メソッド エディター (IME) を使用して入力するクエリ テキストに関する情報を提供します。

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

ユーザーが入力メソッド エディター (IME) を使用して作成しているクエリ テキストの部分の長さを取得します。

QueryTextCompositionStart

ユーザーが入力メソッド エディター (IME) を使用して作成しているテキストの開始位置を取得します。

適用対象

こちらもご覧ください