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