Moves an item from the specified position to the new one.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overrides Function MoveAsync( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
) As System.Threading.Tasks.Task
             
        
            
            public override System.Threading.Tasks.Task MoveAsync( 
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- fromIndex
 
- From index.
 - toIndex
 
- To index.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照