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>

거부된 점프 목록 항목을 점프 목록에 추가하지 못한 이유의 목록입니다.

적용 대상