TestActionCollection.SetItem Method (Int32, ITestAction)
Replaces the test action at the specified index by using the provided test action.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
protected override void SetItem(
int index,
ITestAction item
)
protected:
virtual void SetItem(
int index,
ITestAction^ item
) override
override SetItem :
index:int *
item:ITestAction -> unit
Protected Overrides Sub SetItem (
index As Integer,
item As ITestAction
)
Parameters
index
Type: System.Int32The zero-based index of the element to replace.
item
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestActionThe TestActionCollection for the element at the specified index.
See Also
TestActionCollection
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top