SearchSuggestionCollection.AppendQuerySuggestions 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將查詢建議清單附加至搜尋窗格的搜尋建議清單。
public:
virtual void AppendQuerySuggestions(IIterable<Platform::String ^> ^ suggestions) = AppendQuerySuggestions;
void AppendQuerySuggestions(IIterable<winrt::hstring> const& suggestions);
public void AppendQuerySuggestions(IEnumerable<string> suggestions);
function appendQuerySuggestions(suggestions)
Public Sub AppendQuerySuggestions (suggestions As IEnumerable(Of String))
參數
備註
重要
若要在應用程式中實作Windows 10或更新版本的搜尋,請使用AutoSuggestBox。 如需詳細資訊 ,請參閱自動建議方塊 。
您不應該在 app 中使用Windows.ApplicationModel.Search API (SearchPane、 SearchContract
) 或SearchBox API,以供Windows 10或更新版本使用。
查詢建議是使用者可以選取為其查詢的建議。
搜尋窗格最多可以顯示 5 個建議。 此外,您使用的每個分隔符號都會取代建議,並降低您可以顯示的建議數目。