JumpList.ShowFrequentCategory 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示常用项是否显示在跳转列表中。
public:
property bool ShowFrequentCategory { bool get(); void set(bool value); };
public bool ShowFrequentCategory { get; set; }
public bool ShowFrequentCategory { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
member this.ShowFrequentCategory : bool with get, set
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.ShowFrequentCategory : bool with get, set
Public Property ShowFrequentCategory As Boolean
属性值
如果常用项显示在跳转列表中,则为 true
;否则为 false
。 默认值为 false
。
- 属性
示例
以下示例演示 JumpList 配置为显示 “频繁 ”类别。 此示例是类概述中提供的大型示例的 JumpList 一部分。
<JumpList ShowRecentCategory="True"
ShowFrequentCategory="True"
JumpItemsRejected="JumpList_JumpItemsRejected"
JumpItemsRemovedByUser="JumpList_JumpItemsRemovedByUser">
注解
“频繁”类别的内容由 Windows shell 管理。 若要在跳转列表中显示常用项,请将 ShowFrequentCategory 属性设置为 true
。
“最近”和 “频繁” 类别通常包含许多相同的跳转项。 因此,应用程序通常会在跳转列表中显示 “最近 ”或“ 频繁 ”类别,但不能同时显示这两者。