SearchPaneQueryLinguisticDetails.QueryTextCompositionLength プロパティ

定義

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

public:
 property unsigned int QueryTextCompositionLength { unsigned int get(); };
uint32_t QueryTextCompositionLength();
public uint QueryTextCompositionLength { get; }
var uInt32 = searchPaneQueryLinguisticDetails.queryTextCompositionLength;
Public ReadOnly Property QueryTextCompositionLength As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

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

注釈

重要

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

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

適用対象

こちらもご覧ください