SearchPaneQueryLinguisticDetails.QueryTextCompositionLength 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用户使用输入法编辑器撰写的查询文本部分的长度, (输入法) 。
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
属性值
用户使用输入法编辑器撰写的查询文本部分的长度 (输入法) 。
注解
重要
若要在应用中实现Windows 10或更高版本的搜索,请使用 AutoSuggestBox。 有关详细信息 ,请参阅自动建议框 。
不应在 Windows 10 或更高版本的应用中使用 Windows.ApplicationModel.Search API (SearchPane、 SearchContract
) 或 SearchBox API。