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: Int32

    Taşınacak test eyleminin bu koleksiyonundaki dizin.

  • toIndex
    Tür: Int32

    Taşınan test eylem için yeni koleksiyonundaki dizin.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

TestActionCollection Sınıf

Microsoft.TeamFoundation.TestManagement.Client Ad Alanı

TestActionCollection