JumpItemsRejectedEventArgs 생성자

정의

JumpItemsRejectedEventArgs 클래스의 새 인스턴스를 초기화합니다.

오버로드

JumpItemsRejectedEventArgs()

JumpItemsRejectedEventArgs 클래스의 새 인스턴스를 초기화합니다.

JumpItemsRejectedEventArgs(IList<JumpItem>, IList<JumpItemRejectionReason>)

지정된 매개 변수가 있는 JumpItemsRejectedEventArgs 클래스의 새 인스턴스를 초기화합니다.

JumpItemsRejectedEventArgs()

JumpItemsRejectedEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 JumpItemsRejectedEventArgs();
public JumpItemsRejectedEventArgs ();
Public Sub New ()

적용 대상

JumpItemsRejectedEventArgs(IList<JumpItem>, IList<JumpItemRejectionReason>)

지정된 매개 변수가 있는 JumpItemsRejectedEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 JumpItemsRejectedEventArgs(System::Collections::Generic::IList<System::Windows::Shell::JumpItem ^> ^ rejectedItems, System::Collections::Generic::IList<System::Windows::Shell::JumpItemRejectionReason> ^ reasons);
public JumpItemsRejectedEventArgs (System.Collections.Generic.IList<System.Windows.Shell.JumpItem> rejectedItems, System.Collections.Generic.IList<System.Windows.Shell.JumpItemRejectionReason> reasons);
new System.Windows.Shell.JumpItemsRejectedEventArgs : System.Collections.Generic.IList<System.Windows.Shell.JumpItem> * System.Collections.Generic.IList<System.Windows.Shell.JumpItemRejectionReason> -> System.Windows.Shell.JumpItemsRejectedEventArgs
Public Sub New (rejectedItems As IList(Of JumpItem), reasons As IList(Of JumpItemRejectionReason))

매개 변수

rejectedItems
IList<JumpItem>

Windows 셸에서 점프 목록에 추가하지 못한 점프 목록 항목의 목록입니다.

reasons
IList<JumpItemRejectionReason>

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

예외

rejectedItems 개수는 reasons 거부 횟수와 같지 않습니다.

설명

거부 된 모든 항목은 해당 거부 이유가 있어야 합니다.

적용 대상