共用方式為


SearchSuggestionCollection.AppendQuerySuggestion(String) 方法

定義

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

public:
 virtual void AppendQuerySuggestion(Platform::String ^ text) = AppendQuerySuggestion;
void AppendQuerySuggestion(winrt::hstring const& text);
public void AppendQuerySuggestion(string text);
function appendQuerySuggestion(text)
Public Sub AppendQuerySuggestion (text As String)

參數

text
String

Platform::String

winrt::hstring

查詢建議的文字。

備註

重要

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

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

查詢建議是使用者可以選取作為其查詢的建議。

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

適用於

另請參閱