JumpList.AddToRecentCategory 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
점프 목록의 최근에 사용한 항목 범주에 지정된 항목을 추가합니다.
오버로드
AddToRecentCategory(String) |
점프 목록의 최근에 사용한 항목 범주에 지정된 항목 경로를 추가합니다. |
AddToRecentCategory(JumpPath) |
점프 목록의 최근에 사용한 항목 범주에 지정된 점프 경로를 추가합니다. |
AddToRecentCategory(JumpTask) |
점프 목록의 최근에 사용한 항목 범주에 지정된 점프 작업을 추가합니다. |
AddToRecentCategory(String)
점프 목록의 최근에 사용한 항목 범주에 지정된 항목 경로를 추가합니다.
public:
static void AddToRecentCategory(System::String ^ itemPath);
[System.Security.SecurityCritical]
public static void AddToRecentCategory (string itemPath);
public static void AddToRecentCategory (string itemPath);
[<System.Security.SecurityCritical>]
static member AddToRecentCategory : string -> unit
static member AddToRecentCategory : string -> unit
Public Shared Sub AddToRecentCategory (itemPath As String)
매개 변수
- itemPath
- String
점프 목록에 추가할 경로입니다.
- 특성
설명
최근 범주의 내용은 Windows 셸에서 관리됩니다. 점프 목록에 최근에 사용한 항목을 표시하려면 속성을 true
.로 설정합니다ShowRecentCategory.
메서드를 AddToRecentCategory(String) 호출하여 Windows 셸이 최근 항목 목록에 항목 경로를 추가하도록 요청할 수 있습니다. 항목의 파일 형식을 처리 하도록 애플리케이션 등록 되지 않은, 경우에 나타나지 것입니다 합니다 최근 목록과 호출 AddToRecentCategory(String) 자동으로 실패 합니다.
추가 정보
적용 대상
AddToRecentCategory(JumpPath)
점프 목록의 최근에 사용한 항목 범주에 지정된 점프 경로를 추가합니다.
public:
static void AddToRecentCategory(System::Windows::Shell::JumpPath ^ jumpPath);
[System.Security.SecurityCritical]
public static void AddToRecentCategory (System.Windows.Shell.JumpPath jumpPath);
public static void AddToRecentCategory (System.Windows.Shell.JumpPath jumpPath);
[<System.Security.SecurityCritical>]
static member AddToRecentCategory : System.Windows.Shell.JumpPath -> unit
static member AddToRecentCategory : System.Windows.Shell.JumpPath -> unit
Public Shared Sub AddToRecentCategory (jumpPath As JumpPath)
매개 변수
- 특성
설명
최근 범주의 내용은 Windows 셸에서 관리됩니다. 점프 목록에 최근에 사용한 항목을 표시하려면 속성을 true
.로 설정합니다ShowRecentCategory.
메서드를 AddToRecentCategory(JumpPath) 호출하여 Windows 셸이 지정된 점프 경로를 최근 항목 목록에 추가하도록 요청할 수 있습니다. 항목의 파일 형식을 처리 하도록 애플리케이션 등록 되지 않은, 경우에 나타나지 것입니다 합니다 최근 목록과 호출 AddToRecentCategory(JumpPath) 자동으로 실패 합니다.
추가 정보
적용 대상
AddToRecentCategory(JumpTask)
점프 목록의 최근에 사용한 항목 범주에 지정된 점프 작업을 추가합니다.
public:
static void AddToRecentCategory(System::Windows::Shell::JumpTask ^ jumpTask);
[System.Security.SecurityCritical]
public static void AddToRecentCategory (System.Windows.Shell.JumpTask jumpTask);
public static void AddToRecentCategory (System.Windows.Shell.JumpTask jumpTask);
[<System.Security.SecurityCritical>]
static member AddToRecentCategory : System.Windows.Shell.JumpTask -> unit
static member AddToRecentCategory : System.Windows.Shell.JumpTask -> unit
Public Shared Sub AddToRecentCategory (jumpTask As JumpTask)
매개 변수
- 특성
설명
최근 범주의 내용은 Windows 셸에서 관리됩니다. 점프 목록에 최근에 사용한 항목을 표시하려면 속성을 true
.로 설정합니다ShowRecentCategory.
메서드를 AddToRecentCategory(JumpTask) 호출하여 Windows 셸이 지정한 점프 작업을 최근 항목 목록에 추가하도록 요청할 수 있습니다.