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