发布时间: 2016年4月
备注:此 API 现在已过时。
获取或设置此测试计划的当前状态。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
[ObsoleteAttribute("This property is obsolete. Status property in ITestPlan2 should be used instead.")]
TestPlanState State { get; set; }
[ObsoleteAttribute("This property is obsolete. Status property in ITestPlan2 should be used instead.")]
property TestPlanState State {
TestPlanState get();
void set(TestPlanState value);
}
[<ObsoleteAttribute("This property is obsolete. Status property in ITestPlan2 should be used instead.")>]
abstract State : TestPlanState with get, set
<ObsoleteAttribute("This property is obsolete. Status property in ITestPlan2 should be used instead.")>
Property State As TestPlanState
属性值
Type: Microsoft.TeamFoundation.TestManagement.Client.TestPlanState
此测试计划的当前状态。
请参阅
TestPlanState
ITestPlan 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首