SearchPaneQueryLinguisticDetails.QueryTextCompositionStart 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用户使用输入法编辑器 (输入法) 撰写的文本的起始位置。
public:
property unsigned int QueryTextCompositionStart { unsigned int get(); };
uint32_t QueryTextCompositionStart();
public uint QueryTextCompositionStart { get; }
var uInt32 = searchPaneQueryLinguisticDetails.queryTextCompositionStart;
Public ReadOnly Property QueryTextCompositionStart As UInteger
属性值
用户使用输入法编辑器撰写的查询文本的起始位置 (输入法) 。
注解
重要
若要在应用中实现Windows 10或更高版本的搜索,请使用 AutoSuggestBox。 有关详细信息 ,请参阅自动建议框 。
不应在适用于 Windows 10 或更高版本的应用中使用 Windows.ApplicationModel.Search API (SearchPane、 SearchContract
) 或 SearchBox API。