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 。 由於清單會維護連續元素,移除點後面的元素會向上移動,以佔用空空的地點。 此重新排列會在移除點之後變更元素的索引。

適用於

另請參閱