LoadTestUserContext.CompletedTestCount 属性

获取或设置 LoadTestUserContext 对象表示的虚拟用户自负载测试开始以来已完成的测试数目。

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

语法

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

属性值

类型:Int32
自负载测试开始运行以来虚拟用户已完成的测试数目。

.NET Framework 安全性

请参阅

参考

LoadTestUserContext 类

Microsoft.VisualStudio.TestTools.LoadTesting 命名空间