ITestPointProperties.State 属性

 

发布时间: 2016年4月

获取关联的测试点的当前状态。

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

语法

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

属性值

Type: Microsoft.TeamFoundation.TestManagement.Client.TestPointState

关联的测试点的当前状态。

请参阅

TestPointState
ITestPointProperties 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首