CollectionView for WinForms
InsertAsync メソッド (ISupportEditing)

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 > ISupportEditing インターフェース : InsertAsync メソッド
The index where the item will be inserted.
The item to be inserted.
Inserts the specified item at the specified index in the collection.
シンタックス
'宣言
 
Function InsertAsync( _
   ByVal index As System.Integer, _
   ByVal item As System.Object _
) As System.Threading.Tasks.Task(Of Integer)
System.Threading.Tasks.Task<int> InsertAsync( 
   System.int index,
   System.object item
)

パラメータ

index
The index where the item will be inserted.
item
The item to be inserted.
参照

ISupportEditing インターフェース
ISupportEditing メンバ