JumpItemsRejectedEventArgs::RejectionReasons Property
.NET Framework (current version)
Gets the list of reasons why the rejected Jump List items could not be added to the Jump List.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property IList<JumpItemRejectionReason>^ RejectionReasons { IList<JumpItemRejectionReason>^ get(); private: void set(IList<JumpItemRejectionReason>^ value); }
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
Available since 4.0
Available since 4.0
Show: