MultiSelect for WinForms
AddRange メソッド (ComboBoxItemList)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > ComboBoxItemList クラス : AddRange メソッド
The specified collection of items.
Adds items of the specified collection to the end of the ComboBoxItemList.
シンタックス
'宣言
 
Public Sub AddRange( _
   ByVal collection As System.Collections.Generic.IEnumerable(Of Object) _
) 
public void AddRange( 
   System.Collections.Generic.IEnumerable<object> collection
)

パラメータ

collection
The specified collection of items.
参照

ComboBoxItemList クラス
ComboBoxItemList メンバ