Share via


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

注釈

内部的には、 クラスは をDesignerActionListCollectionSystem.Collections.ArrayList使用してオブジェクトのDesignerActionListコレクションを格納します。 リストは連続した要素を保持するため、削除ポイントに続く要素は空の場所を占めるために上に移動します。 この再配置により、削除ポイントの後の要素のインデックスが変更されます。

適用対象

こちらもご覧ください