Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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.

Namespace:   System.Windows.Shell
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
Return to top
Show:
© 2017 Microsoft