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


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

Обновлен: Ноябрь 2007

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

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

Синтаксис

'Декларация
Public Property DependentRequests As WebTestRequestCollection
'Применение
Dim instance As WebTestRequest
Dim value As WebTestRequestCollection

value = instance.DependentRequests

instance.DependentRequests = value
public WebTestRequestCollection DependentRequests { get; internal set; }
public:
property WebTestRequestCollection^ DependentRequests {
    WebTestRequestCollection^ get ();
    void set (WebTestRequestCollection^ value);
}
public function get DependentRequests () : WebTestRequestCollection
public function set DependentRequests (value : WebTestRequestCollection)

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

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

Заметки

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

Разрешения

См. также

Ссылки

WebTestRequest Класс

WebTestRequest - члены

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