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)

속성 값

거부된 점프 목록 항목을 점프 목록에 추가할 수 없는 이유 목록입니다.

적용 대상