共用方式為


ITestSuiteEntryCollection.Insert Method

 

Inserts the provided test case or test suite into the collection at the specified index location.

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

Overload List

Name Description
System_CAPS_pubmethod Insert(Int32, T)

(Inherited from IList<T>.)

System_CAPS_pubmethod Insert(Int32, ITestCase)

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

System_CAPS_pubmethod Insert(Int32, ITestSuiteBase)

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

See Also

ITestSuiteEntryCollection Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top