JumpList Konstruktorer

Definition

Initierar en ny instans av JumpList klassen.

Överlagringar

Name Description
JumpList()

Initierar en ny instans av JumpList klassen.

JumpList(IEnumerable<JumpItem>, Boolean, Boolean)

Initierar en ny instans av JumpList klassen med de angivna parametrarna.

JumpList()

Initierar en ny instans av JumpList klassen.

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

Gäller för

JumpList(IEnumerable<JumpItem>, Boolean, Boolean)

Initierar en ny instans av JumpList klassen med de angivna parametrarna.

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)

Parametrar

items
IEnumerable<JumpItem>

Samlingen med JumpItem objekt som visas i hopplistan.

showFrequent
Boolean

Ett värde som anger om objekt som används ofta visas i hopplistan.

showRecent
Boolean

Ett värde som anger om nyligen använda objekt visas i hopplistan.

Attribut

Kommentarer

Kategorierna Senaste och Frekvent innehåller ofta många av samma hoppobjekt. Därför visar program vanligtvis antingen kategorin Senaste eller Frekvent i jump-listan, men inte båda.

Se även

Gäller för