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>

原因清單,即受拒跳躍清單項目無法加入至跳躍清單的原因。

適用於