JumpItemsRemovedEventArgs.RemovedItems 属性

获取自上次调用 JumpList.Apply 方法以来已被用户移除的跳转列表项的列表。

命名空间:  Microsoft.Windows.Shell
程序集:  Microsoft.Windows.Shell(在 Microsoft.Windows.Shell.dll 中)

语法

声明
Public Property RemovedItems As IList(Of JumpItem)
    Get
    Private Set
public IList<JumpItem> RemovedItems { get; private set; }
public:
property IList<JumpItem^>^ RemovedItems {
    IList<JumpItem^>^ get ();
    private: void set (IList<JumpItem^>^ value);
}
member RemovedItems : IList<JumpItem> with get, private set
function get RemovedItems () : IList<JumpItem>
private function set RemovedItems (value : IList<JumpItem>)

属性值

类型:System.Collections.Generic.IList<JumpItem>
自上次调用 JumpList.Apply 方法以来已被用户移除的跳转列表项的列表。

.NET Framework 安全性

请参见

参考

JumpItemsRemovedEventArgs 类

Microsoft.Windows.Shell 命名空间