RunResultAndStatistics.TotalTestCount 属性

获取或设置测试运行中的总测试数目。

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

语法

声明
Public Property TotalTestCount As Integer
    Get
    Friend Set
public int TotalTestCount { get; internal set; }
public:
property int TotalTestCount {
    int get ();
    internal: void set (int value);
}
member TotalTestCount : int with get, internal set
function get TotalTestCount () : int
internal function set TotalTestCount (value : int)

属性值

类型:System.Int32
测试运行中的总测试数目。

.NET Framework 安全性

请参见

参考

RunResultAndStatistics 类

Microsoft.VisualStudio.TestTools.Common 命名空间