TestResultCounter.Item 属性
获取或设置指定索引处的测试结果的计数。
命名空间: Microsoft.VisualStudio.TestTools.Common
程序集: Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
语法
声明
Public Default Property Item ( _
index As TestOutcome _
) As Integer
public int this[
TestOutcome index
] { get; set; }
public:
property int default[TestOutcome index] {
int get (TestOutcome index);
void set (TestOutcome index, int value);
}
member Item :
index:TestOutcome -> int with get, set
JScript 不支持索引属性。
参数
属性值
类型:System.Int32
指定索引处的测试结果的计数。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。