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: