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>

ジャンプ リスト項目をジャンプ リストに追加できなかった拒否理由の一覧。

適用対象