JumpItemsRemovedEventArgs.RemovedItems 속성

정의

Apply() 메서드를 마지막으로 호출한 이후에 사용자가 제거한 점프 목록 항목의 목록을 가져옵니다.

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

속성 값

IList<JumpItem>

Apply() 메서드를 마지막으로 호출한 이후에 사용자가 제거한 점프 목록 항목의 목록입니다.

적용 대상