Share via


JumpItemsRejectedEventArgs.RejectionReasons Propiedad

Definición

Obtiene la lista con los motivos por los que no se pudieron agregar los elementos a la 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)

Valor de propiedad

IList<JumpItemRejectionReason>

Lista con los motivos por los que no se pudieron agregar los elementos a la Jump List.

Se aplica a