TestActionCollection.MoveTo Yöntem
Test eylem farklı bir koleksiyona koleksiyondan taşır.
Ad alanı: Microsoft.TeamFoundation.TestManagement.Client
Derleme: Microsoft.TeamFoundation.TestManagement.Client (Microsoft.TeamFoundation.TestManagement.Client.dll içinde)
Sözdizimi
'Bildirim
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
)
Parametreler
fromIndex
Tür: Int32Taşınacak test eyleminin bu koleksiyonundaki dizin.
toIndex
Tür: Int32Taşınan test eylem için yeni koleksiyonundaki dizin.
newCollection
Tür: Microsoft.TeamFoundation.TestManagement.Client.TestActionCollectionHedef TestActionCollection nesne.
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen Güvenilen Koddan Kitaplıkları Kullanma.