TestActionResultCollection.InsertItem Method
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
'Declaration
Protected Overrides Sub InsertItem ( _
index As Integer, _
item As ITestActionResult _
)
protected override void InsertItem(
int index,
ITestActionResult item
)
protected:
virtual void InsertItem(
int index,
ITestActionResult^ item
) override
abstract InsertItem :
index:int *
item:ITestActionResult -> unit
override InsertItem :
index:int *
item:ITestActionResult -> unit
protected override function InsertItem(
index : int,
item : ITestActionResult
)
Parameters
index
Type: Int32The zero-based index at which the item should be inserted.
item
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestActionResultThe ITestActionResult 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.
See Also
Reference
TestActionResultCollection Class