Aracılığıyla paylaş


WebTestRequest.DependentRequests Özellik

Bağımlı istekleri koleksiyonu alır.

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
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)

Özellik Değeri

Tür: Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestCollection
A WebTestRequestCollection koleksiyonu.

Açıklamalar

Üst düzey sayfa isteği sona erdikten sonra bağımlı istekleri paralel olarak çalışır.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTestRequest Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı