CollectionView for WinForms
InsertAsync<T> メソッド (ICollectionViewEx)

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 > ICollectionViewEx クラス : InsertAsync<T> メソッド
The collection view.
The index where the item will be inserted.
The item to be inserted.
Inserts the specified item at the specified index in the collection.
シンタックス
'宣言
 
Public Shared Function InsertAsync(Of T As Class)( _
   ByVal collectionView As ICollectionView(Of T), _
   ByVal index As System.Integer, _
   ByVal item As T _
) As System.Threading.Tasks.Task(Of Integer)
public static System.Threading.Tasks.Task<int> InsertAsync<T>( 
   ICollectionView<T> collectionView,
   System.int index,
   T item
)
where T: class

パラメータ

collectionView
The collection view.
index
The index where the item will be inserted.
item
The item to be inserted.

型パラメータ

T
参照

ICollectionViewEx クラス
ICollectionViewEx メンバ