Share via


JumpItemsRejectedEventArgs.RejectionReasons Property

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

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

Syntax

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

Property Value

Type: System.Collections.Generic.IList<JumpItemRejectionReason>
The list of reasons why the rejected Jump List items could not be added to the Jump List.

.NET Framework Security

See Also

Reference

JumpItemsRejectedEventArgs Class

Microsoft.Windows.Shell Namespace