Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts the provided test action result 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,
ITestActionResult item
)
protected:
virtual void InsertItem(
int index,
ITestActionResult^ item
) override
override InsertItem :
index:int *
item:ITestActionResult -> unit
Protected Overrides Sub InsertItem (
index As Integer,
item As ITestActionResult
)
Parameters
index
Type: System.Int32The zero-based index at which the item should be inserted.
item
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestActionResultThe ITestActionResult to insert into the collection.
See Also
ITestActionResult
TestActionResultCollection Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top