共用方式為


TestStepType 列舉類型

列舉測試步驟的可能類型。

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

語法

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

成員

成員名稱 描述
ActionStep 表示動作步驟。
ValidateStep 表示驗證步驟。

請參閱

參考

Microsoft.TeamFoundation.TestManagement.Client 命名空間

ITestStep