SearchSuggestionsRequest.SearchSuggestionCollection 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在目前查詢的搜尋窗格或應用程式內搜尋方塊中顯示的建議。 應用程式會藉由將建議附加至此 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 (SearchPane、 SearchContract
) 或SearchBox API,以進行Windows 10或更新版本。
使用 SearchSuggestionCollection 物件附加應用程式提供的建議和搜尋分隔符號,以顯示在搜尋窗格或應用程式內搜尋方塊中。
當建議的要求完成時,請從 SuggestionsRequested 事件處理常式傳回或呼叫 Complete,搜尋窗格或應用程式內搜尋方 塊會在 SearchSuggestionCollection中顯示建議。