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


WebTestRequest.DependentRequests - свойство

Возвращает коллекцию зависимых запросов.

Пространство имен:  Microsoft.VisualStudio.TestTools.WebTesting
Сборка:  Microsoft.VisualStudio.QualityTools.WebTestFramework (в Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Синтаксис

'Декларация
Public Property DependentRequests As WebTestRequestCollection
public WebTestRequestCollection DependentRequests { get; internal set; }
public:
property WebTestRequestCollection^ DependentRequests {
    WebTestRequestCollection^ get ();
    internal: void set (WebTestRequestCollection^ value);
}
member DependentRequests : WebTestRequestCollection with get, internal set
function get DependentRequests () : WebTestRequestCollection
internal function set DependentRequests (value : WebTestRequestCollection)

Значение свойства

Тип: Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestCollection
Коллекция WebTestRequestCollection.

Заметки

Зависимые запросы запускаются одновременно после завершения запроса страницы верхнего уровня.

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

См. также

Ссылки

WebTestRequest Класс

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