JumpList.JumpItemsRejected 이벤트

Windows 셸에서 점프 항목을 점프 목록에 추가하지 못한 경우 발생합니다.

네임스페이스:  Microsoft.Windows.Shell
어셈블리:  Microsoft.Windows.Shell(Microsoft.Windows.Shell.dll)

구문

‘선언
Public Event JumpItemsRejected As EventHandler(Of JumpItemsRejectedEventArgs)
public event EventHandler<JumpItemsRejectedEventArgs> JumpItemsRejected
public:
 event EventHandler<JumpItemsRejectedEventArgs^>^ JumpItemsRejected {
    void add (EventHandler<JumpItemsRejectedEventArgs^>^ value);
    void remove (EventHandler<JumpItemsRejectedEventArgs^>^ value);
}
member JumpItemsRejected : IEvent<EventHandler<JumpItemsRejectedEventArgs>,
    JumpItemsRejectedEventArgs>
JScript에서는 이벤트를 지원하지 않습니다.

설명

JumpList의 내용을 Windows 셸에 적용한 후에 JumpItems 속성은 Windows 셸이 점프 목록에 성공적으로 추가된 항목만 포함하도록 수정됩니다. JumpItemsRejected 및 JumpItemsRemovedByUser 이벤트에 대해 이벤트 처리기를 통해 제거된 항목 목록에 액세스할 수 있습니다.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

JumpList 클래스

Microsoft.Windows.Shell 네임스페이스