SearchPaneQueryLinguisticDetails クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ユーザーが入力メソッド エディター (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
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
注釈
重要
Windows 10以降の検索をアプリに実装するには、AutoSuggestBox を使用します。 詳細については、「 自動提案ボックス 」を参照してください。
Windows 10 以降のアプリでは、Windows.ApplicationModel.Search API (SearchPane、SearchContract
) または SearchBox API を使用しないでください。
アプリは、QueryChanged イベントの処理中に searchPaneQueryChangedEventArgs.LinguisticDetails プロパティを使用して、または SuggestionsRequested イベントの処理中に SearchPaneSuggestionsRequestedEventArgs.LinguisticDetails プロパティを使用して、このオブジェクトを取得します。
プロパティ
QueryTextAlternatives |
現在のクエリ テキストの代替テキストの一覧を取得します。 これらの代替手段は、ユーザーが IME に入力している未コンパイルのテキストを考慮しています。 |
QueryTextCompositionLength |
ユーザーが入力メソッド エディター (IME) を使用して作成しているクエリ テキストの部分の長さを取得します。 |
QueryTextCompositionStart |
ユーザーが入力メソッド エディター (IME) を使用して作成しているテキストの開始位置を取得します。 |