DesignerActionListCollection.Remove(DesignerActionList) 方法

定义

从集合中删除特定 DesignerActionList 项的第一个匹配项。

public:
 void Remove(System::ComponentModel::Design::DesignerActionList ^ value);
public void Remove(System.ComponentModel.Design.DesignerActionList value);
public void Remove(System.ComponentModel.Design.DesignerActionList? value);
member this.Remove : System.ComponentModel.Design.DesignerActionList -> unit
Public Sub Remove (value As DesignerActionList)

参数

value
DesignerActionList

DesignerActionList 从当前集合中移除的集合。

注解

在内部,类 DesignerActionListCollection 使用 a System.Collections.ArrayList 包含其对象集合 DesignerActionList 。 由于列表维护连续元素,删除点后面的元素将向上移动以占据空置的位置。 此重新排列更改删除点后元素的索引。

适用于

另请参阅