다음을 통해 공유


JumpList.ShowRecentCategory 속성

정의

점프 목록에 최근에 사용한 항목이 표시되는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool ShowRecentCategory { bool get(); void set(bool value); };
public bool ShowRecentCategory { get; set; }
public bool ShowRecentCategory { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
member this.ShowRecentCategory : bool with get, set
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.ShowRecentCategory : bool with get, set
Public Property ShowRecentCategory As Boolean

속성 값

Boolean

점프 목록에 최근에 사용한 항목이 표시되면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

예제

다음 예제에서는 최근에 사용한 JumpList 항목 범주를 표시하도록 구성된 것을 보여줍니다. 이 예제는에서 사용할 수 있는 보다 큰 예제의 일부는 JumpList 클래스 개요입니다.

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

설명

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

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

메서드를 AddToRecentCategory 호출하여 Windows 셸이 최근에 사용한 항목 목록에 항목을 추가하도록 요청할 수 있습니다. 항목의 파일 이름 형식을 처리 하도록 애플리케이션 등록 되지 않은, 경우에 나타나지 것입니다 합니다 최근 목록과 호출 AddToRecentCategory 자동으로 실패 합니다.

적용 대상