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