共用方式為


SearchSuggestionsRequest.SearchSuggestionCollection 屬性

定義

取得在目前查詢的搜尋窗格或應用程式內搜尋方塊中顯示的建議。 應用程式會藉由將建議附加至此 SearchSuggestionCollection 物件來提供顯示建議。

public:
 property SearchSuggestionCollection ^ SearchSuggestionCollection { SearchSuggestionCollection ^ get(); };
SearchSuggestionCollection SearchSuggestionCollection();
public SearchSuggestionCollection SearchSuggestionCollection { get; }
var searchSuggestionCollection = searchSuggestionsRequest.searchSuggestionCollection;
Public ReadOnly Property SearchSuggestionCollection As SearchSuggestionCollection

屬性值

要顯示的建議。 應用程式藉由將建議附加至此 SearchSuggestionCollection 物件來提供建議。

備註

重要

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

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

使用 SearchSuggestionCollection 物件附加應用程式提供的建議和搜尋分隔符號,以顯示在搜尋窗格或應用程式內搜尋方塊中。

當建議的要求完成時,請從 SuggestionsRequested 事件處理常式傳回或呼叫 Complete,搜尋窗格或應用程式內搜尋方 塊會在 SearchSuggestionCollection中顯示建議。

適用於