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

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 > ICollectionViewEx クラス : MoveAsync<T> メソッド
The collection view.
From index.
To index.
Moves an item from the specified position to the new one.
シンタックス
'宣言
 
Public Shared Function MoveAsync(Of T As Class)( _
   ByVal collectionView As ICollectionView(Of T), _
   ByVal fromIndex As System.Integer, _
   ByVal toIndex As System.Integer _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task MoveAsync<T>( 
   ICollectionView<T> collectionView,
   System.int fromIndex,
   System.int toIndex
)
where T: class

パラメータ

collectionView
The collection view.
fromIndex
From index.
toIndex
To index.

型パラメータ

T
参照

ICollectionViewEx クラス
ICollectionViewEx メンバ