TestActionCollection.SetItem 方法
使用提供的测试操作替换指定索引处的测试操作。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
声明
Protected Overrides Sub SetItem ( _
index As Integer, _
item As ITestAction _
)
protected override void SetItem(
int index,
ITestAction item
)
protected:
virtual void SetItem(
int index,
ITestAction^ item
) override
abstract SetItem :
index:int *
item:ITestAction -> unit
override SetItem :
index:int *
item:ITestAction -> unit
protected override function SetItem(
index : int,
item : ITestAction
)
参数
- index
类型:System.Int32
待替换元素的从零开始的索引。
- item
类型:Microsoft.TeamFoundation.TestManagement.Client.ITestAction
指定索引处的元素的 TestActionCollection。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。