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 会假定应用中的所有搜索都在同一上下文中进行。