TestActionResultCollection.InsertItem Method (Int32, ITestActionResult)

 

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.Int32

    The zero-based index at which the item should be inserted.

See Also

ITestActionResult
TestActionResultCollection Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top