TestActionCollection.MoveTo 方法
將測試動作從某個集合移動至不同的集合。
命名空間: Microsoft.TeamFoundation.TestManagement.Client
組件: Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
語法
'宣告
Public Sub MoveTo ( _
fromIndex As Integer, _
toIndex As Integer, _
newCollection As TestActionCollection _
)
public void MoveTo(
int fromIndex,
int toIndex,
TestActionCollection newCollection
)
public:
void MoveTo(
int fromIndex,
int toIndex,
TestActionCollection^ newCollection
)
member MoveTo :
fromIndex:int *
toIndex:int *
newCollection:TestActionCollection -> unit
public function MoveTo(
fromIndex : int,
toIndex : int,
newCollection : TestActionCollection
)
參數
fromIndex
類型:Int32要移動之測試動作在這個集合中的索引。
toIndex
類型:Int32所移動之測試動作在新集合中的索引。
newCollection
類型:Microsoft.TeamFoundation.TestManagement.Client.TestActionCollection目標 TestActionCollection 物件。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。