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 类使用 System.Collections.ArrayList 来包含其 对象的集合 DesignerActionList 。 由于列表维护连续元素,删除点后面的元素会向上移动以占用空位。 此重新排列更改删除点之后元素的索引。

适用于

另请参阅