共用方式為


SearchSuggestionManager 類別

定義

管理應用程式內 SearchBox 控制項搜尋建議的存取權。

public ref class SearchSuggestionManager sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.ApplicationModel.Search.Core.SearchCoreContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Search.Core.SearchCoreContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class SearchSuggestionManager final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Search.Core.SearchCoreContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.ApplicationModel.Search.Core.SearchCoreContract")]
class SearchSuggestionManager final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.ApplicationModel.Search.Core.SearchCoreContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Search.Core.SearchCoreContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class SearchSuggestionManager
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Search.Core.SearchCoreContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.ApplicationModel.Search.Core.SearchCoreContract")]
public sealed class SearchSuggestionManager
function SearchSuggestionManager()
Public NotInheritable Class SearchSuggestionManager
繼承
Object Platform::Object IInspectable SearchSuggestionManager
屬性

Windows 需求

裝置系列
Windows Desktop Extension SDK (已於 10.0.10240.0 引進)
API contract
Windows.ApplicationModel.Search.Core.SearchCoreContract (已於 v1.0 引進)

建構函式

SearchSuggestionManager()

初始化 SearchSuggestionManager 類別的新實例。

屬性

SearchHistoryContext

識別搜尋的內容,並用來儲存使用者的搜尋歷程記錄與應用程式。

SearchHistoryEnabled

指出使用者先前使用應用程式的搜尋是否會自動追蹤,並用來提供建議。

Suggestions

取得目前搜尋查詢的搜尋建議。

方法

AddToHistory(String)

將指定的查詢儲存在搜尋歷程記錄中。

AddToHistory(String, String)

將指定的查詢和輸入語言儲存在搜尋歷程記錄中。

ClearHistory()

清除目前應用程式的所有搜尋歷程記錄內容。

SetLocalContentSuggestionSettings(LocalContentSuggestionSettings)

指定根據本機檔案的建議是否會自動新增至 Suggestions 集合,並定義 Windows 用來尋找及篩選這些建議的準則。

SetQuery(String)

指派目前的搜尋查詢。

SetQuery(String, String)

使用指定的輸入語言指派目前的搜尋查詢。

SetQuery(String, String, SearchQueryLinguisticDetails)

使用指定的輸入語言和輸入法編輯器 (輸入法) 資訊,指派目前的搜尋查詢。

事件

RequestingFocusOnKeyboardInput

當使用者按下起始類型對搜尋的按鍵時引發。

SuggestionsRequested

當使用者的查詢文字變更,且應用程式需要提供新的建議,才能顯示在搜尋方塊中時引發。

適用於

另請參閱