JumpList 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
JumpList 클래스의 새 인스턴스를 초기화합니다.
오버로드
| Name | Description |
|---|---|
| JumpList() |
JumpList 클래스의 새 인스턴스를 초기화합니다. |
| JumpList(IEnumerable<JumpItem>, Boolean, Boolean) |
지정된 매개 변수를 사용하여 클래스의 JumpList 새 인스턴스를 초기화합니다. |
JumpList()
JumpList 클래스의 새 인스턴스를 초기화합니다.
public:
JumpList();
[System.Security.SecurityCritical]
public JumpList();
public JumpList();
Public Sub New ()
- 특성
적용 대상
JumpList(IEnumerable<JumpItem>, Boolean, Boolean)
지정된 매개 변수를 사용하여 클래스의 JumpList 새 인스턴스를 초기화합니다.
public:
JumpList(System::Collections::Generic::IEnumerable<System::Windows::Shell::JumpItem ^> ^ items, bool showFrequent, bool showRecent);
[System.Security.SecurityCritical]
public JumpList(System.Collections.Generic.IEnumerable<System.Windows.Shell.JumpItem> items, bool showFrequent, bool showRecent);
public JumpList(System.Collections.Generic.IEnumerable<System.Windows.Shell.JumpItem> items, bool showFrequent, bool showRecent);
[<System.Security.SecurityCritical>]
new System.Windows.Shell.JumpList : seq<System.Windows.Shell.JumpItem> * bool * bool -> System.Windows.Shell.JumpList
new System.Windows.Shell.JumpList : seq<System.Windows.Shell.JumpItem> * bool * bool -> System.Windows.Shell.JumpList
Public Sub New (items As IEnumerable(Of JumpItem), showFrequent As Boolean, showRecent As Boolean)
매개 변수
- items
- IEnumerable<JumpItem>
점프 목록에 표시되는 개체의 JumpItem 컬렉션입니다.
- showFrequent
- Boolean
자주 사용되는 항목이 점프 목록에 표시되는지 여부를 나타내는 값입니다.
- showRecent
- Boolean
최근에 사용한 항목이 점프 목록에 표시되는지 여부를 나타내는 값입니다.
- 특성
설명
최근 및 자주 발생하는 범주에는 동일한 점프 항목이 많이 포함되어 있는 경우가 많습니다. 따라서 애플리케이션은 일반적으로 점프 목록에 최근 항목 또는 자주 사용하는 범주를 표시하지만 둘 다 표시하지는 않습니다.