JumpItemsRemovedEventArgs 构造函数 (IList<JumpItem>)

初始化 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>
)

参数

.NET Framework 安全性

请参见

参考

JumpItemsRemovedEventArgs 类

JumpItemsRemovedEventArgs 重载

Microsoft.Windows.Shell 命名空间