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