다음을 통해 공유


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">

설명

자주 사용하는 범주의 콘텐츠는 Windows 셸에서 관리됩니다. 점프 목록에서 자주 사용되는 항목을 표시하려면 속성을 true.로 설정합니다ShowFrequentCategory.

최근자주 발생하는 범주에는 동일한 점프 항목이 많이 포함되는 경우가 많습니다. 결과적으로, 애플리케이션 일반적으로 표시 하거나 합니다 최근 또는 자주 점프 목록, 하지만 둘 다의 범주입니다.

적용 대상