共用方式為


SearchQueryLinguisticDetails.QueryTextCompositionStart 屬性

定義

取得使用者以輸入法編輯器 (輸入法) 撰寫之文字的起始位置。

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

使用者以輸入法編輯器撰寫的查詢文字起始位置, (輸入法) 。

備註

重要

若要在應用程式中實作Windows 10或更新版本的搜尋,請使用AutoSuggestBox。 如需詳細資訊 ,請參閱自動建議方塊

您不應該在 app 中使用Windows.ApplicationModel.Search API (SearchPaneSearchContract) 或SearchBox API,以供Windows 10或更新版本使用。

適用於