Aracılığıyla paylaş


WebTest.IncludeWebTest Yöntem (WebTest, Boolean)

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, _
    inheritWebTestSettings As Boolean _
) As WebTest
public WebTest IncludeWebTest(
    WebTest childWebTest,
    bool inheritWebTestSettings
)
public:
WebTest^ IncludeWebTest(
    WebTest^ childWebTest, 
    bool inheritWebTestSettings
)
member IncludeWebTest : 
        childWebTest:WebTest * 
        inheritWebTestSettings:bool -> WebTest 
public function IncludeWebTest(
    childWebTest : WebTest, 
    inheritWebTestSettings : boolean
) : WebTest

Parametreler

  • inheritWebTestSettings
    Tür: System.Boolean
    true , Eklenen Web performans testi özelliklerin değerlerini üst Web performans testi ' devralır.

Dönüş Değeri

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

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTest Sınıf

IncludeWebTest Fazla Yük

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı