Share via


ITestSuiteEntryCollection.Insert Method (Int32, ITestSuiteBase)

 

Inserts the provided test suite into the collection at the specified index.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

ITestSuiteEntry Insert(
    int index,
    ITestSuiteBase suite
)
ITestSuiteEntry^ Insert(
    int index,
    ITestSuiteBase^ suite
)
abstract Insert : 
        index:int *
        suite:ITestSuiteBase -> ITestSuiteEntry
Function Insert (
    index As Integer,
    suite As ITestSuiteBase
) As ITestSuiteEntry

Parameters

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteEntry

An ITestSuiteEntry object.

See Also

ITestSuiteEntry
Insert Overload
ITestSuiteEntryCollection Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top