TestActionCollection.InsertItem Method (Int32, ITestAction)
Inserts the provided test action into the collection at the specified index.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
protected override void InsertItem(
int index,
ITestAction item
)
protected:
virtual void InsertItem(
int index,
ITestAction^ item
) override
override InsertItem :
index:int *
item:ITestAction -> unit
Protected Overrides Sub InsertItem (
index As Integer,
item As ITestAction
)
Parameters
index
Type: System.Int32The index for the location to insert the test action item.
item
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestActionThe ITestAction to insert into the collection.
See Also
ITestAction
TestActionCollection Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top