SearchBox.SearchHistoryContext 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定字串,識別搜尋的內容,並用來儲存使用者的搜尋歷程記錄與應用程式。
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"/>
屬性值
識別搜尋內容的字串。 預設為空字串 ("")。
備註
搜尋歷程記錄內容字串是用來儲存搜尋歷程記錄的次要金鑰。 主鍵是 AppId。 您可以使用搜尋歷程記錄內容字串來儲存不同頁面的不同搜尋歷程記錄,或在應用程式中搜尋進入點。 如果您未設定此屬性,Windows 會假設應用程式中的所有搜尋都發生在相同的內容中。