संपादित करें

इसके माध्यम से साझा किया गया


JumpItemsRejectedEventArgs.RejectionReasons Property

Definition

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

public:
 property System::Collections::Generic::IList<System::Windows::Shell::JumpItemRejectionReason> ^ RejectionReasons { System::Collections::Generic::IList<System::Windows::Shell::JumpItemRejectionReason> ^ get(); };
public System.Collections.Generic.IList<System.Windows.Shell.JumpItemRejectionReason> RejectionReasons { get; }
member this.RejectionReasons : System.Collections.Generic.IList<System.Windows.Shell.JumpItemRejectionReason>
Public ReadOnly Property RejectionReasons As IList(Of JumpItemRejectionReason)

Property Value

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

Applies to