JumpList.ShowFrequentCategory プロパティ

定義

頻繁に使用される項目をジャンプ リストに表示するかどうかを示す値を取得または設定します。

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

プロパティ値

Boolean

頻繁に使用される項目をジャンプ リストに表示する場合は true。それ以外の場合は false。 既定値は、false です。

属性

次の例は、[頻度] JumpList カテゴリを表示するように構成されている例を示しています。 この例は、クラスの概要で使用できるより大きな例の JumpList 一部です。

<JumpList ShowRecentCategory="True"
          ShowFrequentCategory="True"
          JumpItemsRejected="JumpList_JumpItemsRejected"
          JumpItemsRemovedByUser="JumpList_JumpItemsRemovedByUser">

注釈

Frequent カテゴリの内容は、Windows シェルによって管理されます。 ジャンプ リストで頻繁に使用される項目を表示するには、プロパティを にShowFrequentCategorytrue設定します。

最近 のカテゴリと 頻繁な カテゴリには、多くの場合、同じジャンプ 項目の多くが含まれています。 その結果、通常、アプリケーションではジャンプ リストに [最近 ] カテゴリまたは [ 頻繁 ] カテゴリが表示されますが、両方は表示されません。

適用対象