共用方式為


TestPlanState 列舉類型

提供 ITestPlan.State 屬性的設定。

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

語法

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

成員

成員名稱 描述
Active 計劃使用中。
Inactive 計劃非使用中。
None 預設值。

請參閱

參考

Microsoft.TeamFoundation.TestManagement.Client 命名空間

ITestPlan