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 셸에서 관리됩니다. 점프 목록에서 자주 사용되는 항목을 표시하려면 속성을 true
.로 설정합니다ShowFrequentCategory.
최근 및 자주 발생하는 범주에는 동일한 점프 항목이 많이 포함되는 경우가 많습니다. 결과적으로, 애플리케이션 일반적으로 표시 하거나 합니다 최근 또는 자주 점프 목록, 하지만 둘 다의 범주입니다.