ToolStripPanel.ToolStripPanelRowCollection.IList.RemoveAt(Int32) メソッド

定義

このメンバーの説明については、 RemoveAt(Int32)を参照してください。

 virtual void System.Collections.IList.RemoveAt(int index) = System::Collections::IList::RemoveAt;
void IList.RemoveAt(int index);
override this.System.Collections.IList.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList.RemoveAt

パラメーター

index
Int32

削除する ToolStripPanelRow の 0 から始まるインデックス。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 ToolStripPanel.ToolStripPanelRowCollection インスタンスがIList インターフェイスにキャストされている場合にのみ使用できます。

適用対象