ITestPointStatistics.Item 属性 (TestPointState)

 

发布时间: 2016年4月

获取具有指定的状态的点的数目。

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

语法

int this[
    TestPointState state
] { get; }
property int default[
    TestPointState state
] {
    int get(TestPointState state);
}
abstract Item : 
        state:TestPointState -> int with get
ReadOnly Property Item (
    state As TestPointState
) As Integer

参数

属性值

Type: System.Int32

具有指定的状态的点的数目。

请参阅

TestPointState
Item 重载
ITestPointStatistics 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首