バージョン

RemoveRange メソッド (ToolbarDropDownItemCollection)

コレクションから要素の範囲を削除します。
シンタックス
'宣言
 
Public Overrides Sub RemoveRange( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
public override void RemoveRange( 
   int index,
   int count
)

パラメータ

index
削除する要素の範囲の0から始まるインデックス。
count
削除する要素の数。
参照