SearchQueryLinguisticDetails.QueryTextCompositionLength 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得使用者以輸入法編輯器 (輸入法) 撰寫之查詢文字部分的長度。
public:
property unsigned int QueryTextCompositionLength { unsigned int get(); };
uint32_t QueryTextCompositionLength();
public uint QueryTextCompositionLength { get; }
var uInt32 = searchQueryLinguisticDetails.queryTextCompositionLength;
Public ReadOnly Property QueryTextCompositionLength As UInteger
屬性值
使用者以輸入法編輯器撰寫的查詢文字部分長度, (輸入法) 。
備註
重要
若要在應用程式中實作Windows 10或更新版本的搜尋,請使用AutoSuggestBox。 如需詳細資訊 ,請參閱自動建議方塊 。
您不應該在 app 中使用Windows.ApplicationModel.Search API (SearchPane、 SearchContract
) 或SearchBox API,以供Windows 10或更新版本使用。