使用英语阅读

通过


TestResultCounter.Item 属性

获取或设置指定索引处的测试结果的计数。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

public int this[
    TestOutcome index
] { get; set; }

参数

属性值

类型:System.Int32
指定索引处的测试结果的计数。

.NET Framework 安全性

请参见

参考

TestResultCounter 类

Microsoft.VisualStudio.TestTools.Common 命名空间

TestOutcome