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

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

パラメータ

collectionView
The collection view.
index
The index of the item that will be removed.

型パラメータ

T
参照

ICollectionViewEx クラス
ICollectionViewEx メンバ