Moves an item from the specified position to the new one.
シンタックス
'宣言
Public Function MoveAsync( _
ByVal As System.Guid, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task MoveAsync(
System.Guid ,
System.int ,
System.int
)
パラメータ
- eTag
- The token that determines whether the calling collection is synchronized.
- fromIndex
- From index.
- toIndex
- To index.
参照