TestActionResultCollection.SetItem Method (Int32, ITestActionResult)

 

Replaces the provided test action result at the specified index.

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

Syntax

protected override void SetItem(
    int index,
    ITestActionResult item
)
protected:
virtual void SetItem(
    int index,
    ITestActionResult^ item
) override
override SetItem : 
        index:int *
        item:ITestActionResult -> unit
Protected Overrides Sub SetItem (
    index As Integer,
    item As ITestActionResult
)

Parameters

  • index
    Type: System.Int32

    The zero-based index of the element to replace.

See Also

ITestActionResult
TestActionResultCollection Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top