Sdílet prostřednictvím


JumpList Konstruktory

Definice

Inicializuje novou instanci JumpList třídy.

Přetížení

JumpList()

Inicializuje novou instanci JumpList třídy.

JumpList(IEnumerable<JumpItem>, Boolean, Boolean)

Inicializuje novou instanci JumpList třídy se zadanými parametry.

JumpList()

Inicializuje novou instanci JumpList třídy.

public:
 JumpList();
[System.Security.SecurityCritical]
public JumpList ();
public JumpList ();
Public Sub New ()
Atributy

Platí pro

JumpList(IEnumerable<JumpItem>, Boolean, Boolean)

Inicializuje novou instanci JumpList třídy se zadanými parametry.

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)

Parametry

items
IEnumerable<JumpItem>

Kolekce JumpItem objektů, které jsou zobrazeny v seznamu odkazů.

showFrequent
Boolean

Hodnota, která označuje, jestli jsou v seznamu odkazů zobrazeny často používané položky.

showRecent
Boolean

Hodnota, která označuje, jestli se v seznamu odkazů zobrazují naposledy použité položky.

Atributy

Poznámky

Kategorie Poslední a Časté často obsahují mnoho stejných skokových položek. V důsledku toho aplikace v seznamu odkazů obvykle zobrazují kategorii Poslední nebo Časté , ale ne obě kategorie.

Viz také

Platí pro