ITestConfiguration.State 属性

 

获取或设置此测试配置的当前状态。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

TestConfigurationState State { get; set; }
property TestConfigurationState State {
    TestConfigurationState get();
    void set(TestConfigurationState value);
}
abstract State : TestConfigurationState with get, set
Property State As TestConfigurationState

属性值

Type: Microsoft.TeamFoundation.TestManagement.Client.TestConfigurationState

此测试配置的当前状态。

请参阅

TestConfigurationState
ITestConfiguration 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首