JumpItemsRejectedEventArgs.RejectedItems 속성

정의

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

public:
 property System::Collections::Generic::IList<System::Windows::Shell::JumpItem ^> ^ RejectedItems { System::Collections::Generic::IList<System::Windows::Shell::JumpItem ^> ^ get(); };
public System.Collections.Generic.IList<System.Windows.Shell.JumpItem> RejectedItems { get; }
member this.RejectedItems : System.Collections.Generic.IList<System.Windows.Shell.JumpItem>
Public ReadOnly Property RejectedItems As IList(Of JumpItem)

속성 값

IList<JumpItem>

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

적용 대상