WebTestResultDetails.WebTestIterations 属性

获取 Web 性能测试迭代列表。

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

语法

声明
Public Property WebTestIterations As List(Of WebTestResultIteration)
    Get
    Friend Set
public List<WebTestResultIteration> WebTestIterations { get; internal set; }
public:
property List<WebTestResultIteration^>^ WebTestIterations {
    List<WebTestResultIteration^>^ get ();
    internal: void set (List<WebTestResultIteration^>^ value);
}
member WebTestIterations : List<WebTestResultIteration> with get, internal set
function get WebTestIterations () : List<WebTestResultIteration>
internal function set WebTestIterations (value : List<WebTestResultIteration>)

属性值

类型:System.Collections.Generic.List<WebTestResultIteration>
Web 性能测试迭代的列表。

.NET Framework 安全性

请参见

参考

WebTestResultDetails 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间