共用方式為


WebTestResultDetails.WebTestIterations 屬性

取得 Web 效能測試反覆項目的清單。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
Public Property WebTestIterations As List(Of WebTestResultIteration)
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 命名空間