共用方式為


SearchBox.SearchHistoryContext 屬性

定義

取得或設定字串,識別搜尋的內容,並用來儲存使用者的搜尋歷程記錄與應用程式。

public:
 property Platform::String ^ SearchHistoryContext { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring SearchHistoryContext();

void SearchHistoryContext(winrt::hstring value);
public string SearchHistoryContext { get; set; }
var string = searchBox.searchHistoryContext;
searchBox.searchHistoryContext = string;
Public Property SearchHistoryContext As String
<SearchBox SearchHistoryContext="string"/>

屬性值

String

Platform::String

winrt::hstring

識別搜尋內容的字串。 預設為空字串 ("")。

備註

搜尋歷程記錄內容字串是用來儲存搜尋歷程記錄的次要金鑰。 主鍵是 AppId。 您可以使用搜尋歷程記錄內容字串來儲存不同頁面的不同搜尋歷程記錄,或在應用程式中搜尋進入點。 如果您未設定此屬性,Windows 會假設應用程式中的所有搜尋都發生在相同的內容中。

適用於