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
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.
См. также
Ссылки
Microsoft.VisualStudio.TestTools.WebTesting - пространство имен