Aracılığıyla paylaş


WebTest.IncludeWebTest Yöntem (WebTest)

Kodlanmış Web içindeki bir performans testini tarafından kodlanmış bir Web performans testi çağırır.

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

Sözdizimi

'Bildirim
Public Function IncludeWebTest ( _
    childWebTest As WebTest _
) As WebTest
public WebTest IncludeWebTest(
    WebTest childWebTest
)
public:
WebTest^ IncludeWebTest(
    WebTest^ childWebTest
)
member IncludeWebTest : 
        childWebTest:WebTest -> WebTest 
public function IncludeWebTest(
    childWebTest : WebTest
) : WebTest

Parametreler

Dönüş Değeri

Tür: Microsoft.VisualStudio.TestTools.WebTesting.WebTest

Notlar

Eklenen Web performans testi özelliklerin değerlerini üst Web performans testi ' devralmaz.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTest Sınıf

IncludeWebTest Fazla Yük

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı