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.Int32The zero-based index of the element to replace.
item
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestActionResultThe new ITestActionResult object for the element at the specified index.
See Also
ITestActionResult
TestActionResultCollection Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top