JumpItemsRejectedEventArgs Constructors

Definition

Initializes a new instance of the JumpItemsRejectedEventArgs class.

Overloads

JumpItemsRejectedEventArgs()

Initializes a new instance of the JumpItemsRejectedEventArgs class.

JumpItemsRejectedEventArgs(IList<JumpItem>, IList<JumpItemRejectionReason>)

Initializes a new instance of the JumpItemsRejectedEventArgs class that has the specified parameters.

JumpItemsRejectedEventArgs()

Initializes a new instance of the JumpItemsRejectedEventArgs class.

public JumpItemsRejectedEventArgs ();

Applies to

.NET Framework 4.8.1 dan versi lain
Produk Versi
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

JumpItemsRejectedEventArgs(IList<JumpItem>, IList<JumpItemRejectionReason>)

Initializes a new instance of the JumpItemsRejectedEventArgs class that has the specified parameters.

public JumpItemsRejectedEventArgs (System.Collections.Generic.IList<System.Windows.Shell.JumpItem> rejectedItems, System.Collections.Generic.IList<System.Windows.Shell.JumpItemRejectionReason> reasons);

Parameters

rejectedItems
IList<JumpItem>

The list of Jump List items that could not be added to the Jump List by the Windows shell.

reasons
IList<JumpItemRejectionReason>

The list of reasons why the rejected Jump List items could not be added to the Jump List.

Exceptions

The count of rejectedItems does not equal the count of rejection reasons.

Remarks

Every rejected item must have a corresponding rejection reason.

Applies to

.NET Framework 4.8.1 dan versi lain
Produk Versi
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9