共用方式為


ITestBase.Actions 屬性

取得測試動作物件的集合,這些物件的儲存順序就是其執行順序。

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

語法

'宣告
ReadOnly Property Actions As TestActionCollection
TestActionCollection Actions { get; }
property TestActionCollection^ Actions {
    TestActionCollection^ get ();
}
abstract Actions : TestActionCollection with get
function get Actions () : TestActionCollection

屬性值

類型:Microsoft.TeamFoundation.TestManagement.Client.TestActionCollection
測試動作的已排序集合。

備註

傳回的集合是可修改的和保存這些變更將會傳送至伺服器。

.NET Framework 安全性

請參閱

參考

ITestBase 介面

Microsoft.TeamFoundation.TestManagement.Client 命名空間

ITestAction

TestActionCollection