MultiSelect for WinForms
AddRange メソッド (ComboBoxItemCollection)

C1.Win.Input.6 アセンブリ > C1.Win.Input 名前空間 > ComboBoxItemCollection クラス : AddRange メソッド
指定された値コレクション。
指定されたコレクションの値を ComboBoxItemCollection の最後に追加します。
シンタックス
'宣言
 
Public Sub AddRange( _
   ByVal values As System.Collections.Generic.IEnumerable(Of String) _
) 
public void AddRange( 
   System.Collections.Generic.IEnumerable<string> values
)

パラメータ

values
指定された値コレクション。
参照

ComboBoxItemCollection クラス
ComboBoxItemCollection メンバ