다음을 통해 공유


JumpList 생성자

정의

JumpList 클래스의 새 인스턴스를 초기화합니다.

오버로드

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

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

특성

설명

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

추가 정보

적용 대상