TestActionCollection.InsertItem Method
Inserts the provided test action into the collection at the specified index.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Protected Overrides Sub InsertItem ( _
index As Integer, _
item As ITestAction _
)
protected override void InsertItem(
int index,
ITestAction item
)
protected:
virtual void InsertItem(
int index,
ITestAction^ item
) override
abstract InsertItem :
index:int *
item:ITestAction -> unit
override InsertItem :
index:int *
item:ITestAction -> unit
protected override function InsertItem(
index : int,
item : ITestAction
)
Parameters
index
Type: Int32The index for the location to insert the test action item.
item
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestActionThe ITestAction to insert into the collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.