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

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

パラメータ

collectionView
The collection view.
index
The index.
item
The item.

型パラメータ

T
参照

ICollectionViewEx クラス
ICollectionViewEx メンバ