Поделиться через


WebTestResultDetails.WebTestIterations - свойство

Получает список итераций веб-теста производительности.

Пространство имен:  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>
Список итераций веб-теста производительности.

Безопасность платформы .NET Framework

См. также

Ссылки

WebTestResultDetails Класс

Microsoft.VisualStudio.TestTools.WebTesting - пространство имен