次の方法で共有


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 オブジェクトのコレクションを格納します。 リストは連続した要素を保持するため、削除ポイントに続く要素は、空いたスポットを占有するように上に移動します。 この再配置により、削除ポイントの後の要素のインデックスが変更されます。

適用対象

こちらもご覧ください