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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。