将提供的测试操作插入到集合中的指定索引处。
命名空间:  Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
声明
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
)
参数
- index
 类型:System.Int32
 要插入测试操作 item 的位置的索引。
- item
 类型:Microsoft.TeamFoundation.TestManagement.Client.ITestAction
 要插入到集合中的 ITestAction。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。