JumpItemsRejectedEventArgs.RejectedItems Property

Definition

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

public:
 property System::Collections::Generic::IList<System::Windows::Shell::JumpItem ^> ^ RejectedItems { System::Collections::Generic::IList<System::Windows::Shell::JumpItem ^> ^ get(); };
public System.Collections.Generic.IList<System.Windows.Shell.JumpItem> RejectedItems { get; }
member this.RejectedItems : System.Collections.Generic.IList<System.Windows.Shell.JumpItem>
Public ReadOnly Property RejectedItems As IList(Of JumpItem)

Property Value

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

Applies to