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

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

Parameters

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteEntry
An ITestSuiteEntry object.

.NET Framework Security

See Also

Reference

ITestSuiteEntryCollection Interface

Insert Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestSuiteEntry