Partager via


WebTestRequest.DependentRequests, propriété

Obtient la collection de propriétés dépendantes.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestCollection
Collection WebTestRequestCollection.

Notes

Les requêtes dépendantes sont exécutées en parallèle une fois la requête de page de niveau supérieur terminée.

Sécurité .NET Framework

Voir aussi

Référence

WebTestRequest Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms