CollectionView for WinForms
Add メソッド

C1.Win.CollectionView アセンブリ > C1.Win.CollectionView 名前空間 > C1CollectionViewBindingList クラス : Add メソッド
The object to add to the System.Collections.IList.
Adds an item to the System.Collections.IList.
シンタックス
'宣言
 
Public Function Add( _
   ByVal value As System.Object _
) As System.Integer
public System.int Add( 
   System.object value
)

パラメータ

value
The object to add to the System.Collections.IList.

戻り値の型

The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.
例外
例外解説
要求されたメソッドまたは操作が実装されない場合にスローされる例外。
参照

C1CollectionViewBindingList クラス
C1CollectionViewBindingList メンバ