JumpItemsRejectedEventArgs.RejectionReasons 属性

定义

获取未能将被拒绝的跳转列表项添加到跳转列表中的原因的列表。

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)

属性值

IList<JumpItemRejectionReason>

未能将被拒绝的跳转列表项添加到跳转列表中的原因的列表。

适用于