共用方式為


SearchSuggestionCollection 類別

定義

表示要顯示在搜尋窗格中的搜尋建議集合,以回應 suggestionsrequested 事件。

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

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

重要

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

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

搜尋窗格最多可以顯示 5 個建議。 此外,您使用的每個分隔符號都會取代建議,並降低您可以顯示的建議數目。

應用程式會透過 SearchPaneSuggestionsRequest.searchSuggestionCollection 屬性擷取此物件,同時處理 SuggestionsRequested 事件。

屬性

Size

集合中的建議數目。

方法

AppendQuerySuggestion(String)

將查詢建議附加至搜尋窗格的搜尋建議清單。

AppendQuerySuggestions(IIterable<String>)

將查詢建議清單附加至搜尋窗格的搜尋建議清單。

AppendResultSuggestion(String, String, String, IRandomAccessStreamReference, String)

將建議的搜尋結果附加至要顯示在搜尋窗格中的建議清單。

AppendSearchSeparator(String)

附加用來分隔搜尋窗格中建議群組的文字標籤。

適用於

另請參閱