DesignerActionListCollection.Remove(DesignerActionList) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从集合中删除特定 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 。 由于列表维护连续元素,删除点后面的元素将向上移动以占据空置的位置。 此重新排列更改删除点后元素的索引。