获取自上次调用 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。