共用方式為


TestRunType 列舉型別

列舉測試回合物件的可能類型。

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

語法

'宣告
Public Enumeration TestRunType
public enum TestRunType
public enum class TestRunType
type TestRunType
public enum TestRunType

成員

成員名稱 說明
Unspecified 只在更新期間使用,以保留現有的值。
Normal 表示一般測試回合。
Blocking 表示封鎖測試點時已封鎖結果的測試回合。

請參閱

參考

Microsoft.TeamFoundation.TestManagement.Client 命名空間

ITestRun