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
index
Type: Int32The target index.
suite
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteBaseThe ITestSuiteEntry object to insert.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteEntry
An ITestSuiteEntry object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ITestSuiteEntryCollection Interface