JumpItemsRemovedEventArgs 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 JumpItemsRemovedEventArgs 类的新实例。
重载
JumpItemsRemovedEventArgs() |
初始化 JumpItemsRemovedEventArgs 类的新实例。 |
JumpItemsRemovedEventArgs(IList<JumpItem>) |
初始化 JumpItemsRemovedEventArgs 类的一个新实例,该实例具有指定的参数。 |
JumpItemsRemovedEventArgs()
初始化 JumpItemsRemovedEventArgs 类的新实例。
public:
JumpItemsRemovedEventArgs();
public JumpItemsRemovedEventArgs ();
Public Sub New ()
适用于
JumpItemsRemovedEventArgs(IList<JumpItem>)
初始化 JumpItemsRemovedEventArgs 类的一个新实例,该实例具有指定的参数。
public:
JumpItemsRemovedEventArgs(System::Collections::Generic::IList<System::Windows::Shell::JumpItem ^> ^ removedItems);
public JumpItemsRemovedEventArgs (System.Collections.Generic.IList<System.Windows.Shell.JumpItem> removedItems);
new System.Windows.Shell.JumpItemsRemovedEventArgs : System.Collections.Generic.IList<System.Windows.Shell.JumpItem> -> System.Windows.Shell.JumpItemsRemovedEventArgs
Public Sub New (removedItems As IList(Of JumpItem))