TestActionCollection.MoveTo – metoda
Akce test přesune z kolekce do jiné kolekce.
Obor názvů: Microsoft.TeamFoundation.TestManagement.Client
Sestavení: Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Deklarace
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
)
Parametry
fromIndex
Typ: Int32Index v této kolekci test akci přesunout.
toIndex
Typ: Int32Index v nové kolekce pro akce přesunutý test.
newCollection
Typ: Microsoft.TeamFoundation.TestManagement.Client.TestActionCollectionCíl TestActionCollection objektu.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.