Partilhar via


Método TestActionCollection.MoveTo

Move uma ação de teste de uma coleção para uma coleção diferente.

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

Sintaxe

'Declaração
Public Sub MoveTo ( _
    fromIndex As Integer, _
    toIndex As Integer, _
    newCollection As TestActionCollection _
)
public void MoveTo(
    int fromIndex,
    int toIndex,
    TestActionCollection newCollection
)
public:
void MoveTo(
    int fromIndex, 
    int toIndex, 
    TestActionCollection^ newCollection
)
member MoveTo : 
        fromIndex:int * 
        toIndex:int * 
        newCollection:TestActionCollection -> unit 
public function MoveTo(
    fromIndex : int, 
    toIndex : int, 
    newCollection : TestActionCollection
)

Parâmetros

  • fromIndex
    Tipo: System.Int32
    O índice nesta coleção da ação de teste a ser movido.
  • toIndex
    Tipo: System.Int32
    O índice na nova coleção para a ação de teste movido.

Segurança do .NET Framework

Consulte também

Referência

TestActionCollection Classe

Namespace Microsoft.TeamFoundation.TestManagement.Client

TestActionCollection