Compartilhar via


Método TestActionCollection.MoveTo (Int32, Int32, TestActionCollection)

 

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

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 Sub MoveTo (
    fromIndex As Integer,
    toIndex As Integer,
    newCollection As TestActionCollection
)

Parâmetros

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

Consulte também

TestActionCollection
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo