Share via


JumpItemsRejectedEventArgs.RejectedItems Property

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

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Property RejectedItems As IList(Of JumpItem)
public IList<JumpItem> RejectedItems { get; private set; }
public:
property IList<JumpItem^>^ RejectedItems {
    IList<JumpItem^>^ get ();
    private: void set (IList<JumpItem^>^ value);
}
member RejectedItems : IList<JumpItem> with get, private set
function get RejectedItems () : IList<JumpItem>
private function set RejectedItems (value : IList<JumpItem>)

Property Value

Type: System.Collections.Generic.IList<JumpItem>
The list of Jump List items that could not be added to the Jump List by the Windows shell.

.NET Framework Security

See Also

Reference

JumpItemsRejectedEventArgs Class

Microsoft.Windows.Shell Namespace