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 。 由於列表保持連續元素,移除點之後的元素會往上移動,佔據空出的位置。 此重新排列改變了移除點之後元素的索引。

適用於

另請參閱