JumpList.AddToRecentCategory 메서드 (JumpPath)

점프 목록의 최근에 사용한 항목 범주에 지정된 점프 경로를 추가합니다.

네임스페이스:  Microsoft.Windows.Shell
어셈블리:  Microsoft.Windows.Shell(Microsoft.Windows.Shell.dll)

구문

‘선언
Public Shared Sub AddToRecentCategory ( _
    jumpPath As JumpPath _
)
public static void AddToRecentCategory(
    JumpPath jumpPath
)
public:
static void AddToRecentCategory(
    JumpPath^ jumpPath
)
static member AddToRecentCategory : 
        jumpPath:JumpPath -> unit 
public static function AddToRecentCategory(
    jumpPath : JumpPath
)

매개 변수

설명

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

AddToRecentCategory(JumpPath) 메서드를 호출하여 Windows 셸에 최근에 사용한 항목 항목 목록에 지정한 점프 경로를 추가하도록 요청할 수 있습니다. 응용 프로그램이 항목의 파일 형식을 처리하도록 등록되지 않은 경우 최근 목록에 나타나지 않으며 AddToRecentCategory(JumpPath)에 대한 호출은 자동으로 실패합니다.

.NET Framework 보안

  • SecurityCriticalAttribute 

    직접 실행 호출자에 대한 완전 신뢰가 필요합니다. 이 멤버는 부분적으로 신뢰할 수 있거나 투명한 코드에서 사용할 수 없습니다.

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

JumpList 클래스

AddToRecentCategory 오버로드

Microsoft.Windows.Shell 네임스페이스

ShowRecentCategory