Método ITestObjectCollection<TObjectInterface>.Move

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Move o item da coleção de uma posição para outra.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

'Declaração
Sub Move ( _
    fromIndex As Integer, _
    toIndex As Integer _
)
void Move(
    int fromIndex,
    int toIndex
)
void Move(
    int fromIndex, 
    int toIndex
)
abstract Move : 
        fromIndex:int * 
        toIndex:int -> unit 
function Move(
    fromIndex : int, 
    toIndex : int
)

Parâmetros

  • fromIndex
    Tipo: System.Int32
    O índice do item para mover.

Segurança do .NET Framework

Consulte também

Referência

ITestObjectCollection<TObjectInterface> Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client