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。 有关详细信息 ,请参阅自动建议框

不应在 Windows 10 或更高版本的应用中使用 Windows.ApplicationModel.Search API (SearchPaneSearchContract) 或 SearchBox API。

适用于