Partilhar via


Propriedade WebTestRequest.DependentRequests

Obtém a coleção de solicitações dependentes.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
Public Property DependentRequests As WebTestRequestCollection
    Get
    Friend Set
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)

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestCollection
A WebTestRequestCollection coleção.

Comentários

Solicitações dependentes são executadas em paralelo, após a conclusão da solicitação de página de nível superior.

Segurança do .NET Framework

Consulte também

Referência

WebTestRequest Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting