SearchQueryLinguisticDetails.QueryTextCompositionStart プロパティ

定義

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

public:
 property unsigned int QueryTextCompositionStart { unsigned int get(); };
uint32_t QueryTextCompositionStart();
public uint QueryTextCompositionStart { get; }
var uInt32 = searchQueryLinguisticDetails.queryTextCompositionStart;
Public ReadOnly Property QueryTextCompositionStart As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

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

注釈

重要

Windows 10以降の検索をアプリに実装するには、AutoSuggestBox を使用します。 詳細については、「 自動提案ボックス 」を参照してください。

Windows 10 以降のアプリでは、Windows.ApplicationModel.Search API (SearchPaneSearchContract) または SearchBox API を使用しないでください。

適用対象