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() 方法以来已被用户移除的跳转列表项的列表。

适用于