初始化 JumpItemsRemovedEventArgs 类的一个新实例,该实例具有指定的参数。
命名空间: Microsoft.Windows.Shell
程序集: Microsoft.Windows.Shell(在 Microsoft.Windows.Shell.dll 中)
语法
声明
Public Sub New ( _
removedItems As IList(Of JumpItem) _
)
public JumpItemsRemovedEventArgs(
IList<JumpItem> removedItems
)
public:
JumpItemsRemovedEventArgs(
IList<JumpItem^>^ removedItems
)
new :
removedItems:IList<JumpItem> -> JumpItemsRemovedEventArgs
public function JumpItemsRemovedEventArgs(
removedItems : IList<JumpItem>
)
参数
- removedItems
类型:System.Collections.Generic.IList<JumpItem>
自上次调用 JumpList.Apply 以来被用户移除的跳转列表项的列表。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。