バージョン

SetRange メソッド (ToolbarDropDownItemCollection)

このコレクションの要素の範囲にコレクションの要素をコピーします。
シンタックス
'宣言
 
Public Overrides Sub SetRange( _
   ByVal index As Integer, _
   ByVal c As ICollection _
) 
public override void SetRange( 
   int index,
   ICollection c
)

パラメータ

index
c の要素のコピーを開始する 0 から始まるインデックス。
c
要素がこのコレクションにコピーされるコレクション。
参照