Поделиться через


TestActionCollection.MoveTo - метод

Перемещает действие теста из коллекции в другую коллекцию.

Пространство имен:  Microsoft.TeamFoundation.TestManagement.Client
Сборка:  Microsoft.TeamFoundation.TestManagement.Client (в Microsoft.TeamFoundation.TestManagement.Client.dll)

Синтаксис

'Декларация
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
)

Параметры

  • fromIndex
    Тип: System.Int32
    Индекс в данной коллекции, по которому будет перемещено действие теста.
  • toIndex
    Тип: System.Int32
    Индекс в новой коллекции, по которому будет перемещено действие теста.

Безопасность платформы .NET Framework

См. также

Ссылки

TestActionCollection Класс

Microsoft.TeamFoundation.TestManagement.Client - пространство имен

TestActionCollection