发布时间: 2016年4月
备注:此 API 现在已过时。
获取具有指定的失败类型的点的数目。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
[ObsoleteAttribute("This indexer property is deprecated. FailureTypeStatistics should be used instead.")]
int this[
FailureType failureType
] { get; }
[ObsoleteAttribute("This indexer property is deprecated. FailureTypeStatistics should be used instead.")]
property int default[
FailureType failureType
] {
int get(FailureType failureType);
}
[<ObsoleteAttribute("This indexer property is deprecated. FailureTypeStatistics should be used instead.")>]
abstract Item :
failureType:FailureType -> int with get
<ObsoleteAttribute("This indexer property is deprecated. FailureTypeStatistics should be used instead.")>
ReadOnly Property Item (
failureType As FailureType
) As Integer
参数
failureType
Type: Microsoft.TeamFoundation.TestManagement.Client.FailureTypeFailureType 枚举的一个成员。
属性值
Type: System.Int32
具有指定的失败类型的点的数目。
请参阅
FailureType
Item 重载
ITestPointStatistics 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首