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