SearchSuggestionsRequest 类

定义

存储建议和有关建议请求的信息。

public ref class SearchSuggestionsRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SearchSuggestionsRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SearchSuggestionsRequest
Public NotInheritable Class SearchSuggestionsRequest
继承
Object Platform::Object IInspectable SearchSuggestionsRequest
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

重要

若要在应用中实现Windows 10或更高版本的搜索,请使用 AutoSuggestBox。 有关详细信息 ,请参阅自动建议框

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

如果你的应用提供自己的建议以显示在搜索窗格或应用内搜索框中,请使用 SearchSuggestionCollection 属性将应用的建议添加到要显示的建议集合中。

属性

IsCanceled

指示是否取消对要显示的建议的请求。

SearchSuggestionCollection

获取要显示在当前查询的搜索窗格或应用内搜索框中的建议。 应用通过将建议追加到此 SearchSuggestionCollection 对象来提供显示建议。

方法

GetDeferral()

获取一个 对象,该对象允许应用异步响应建议请求。

适用于