CollectionView for WinForms
AddAsync<T> メソッド

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

パラメータ

collectionView
The collection view.
item
The item to be added.

型パラメータ

T
参照

ICollectionViewEx クラス
ICollectionViewEx メンバ