Sdílet prostřednictvím


WebTest.IncludeWebTest – metoda (WebTest)

Kódované test výkonnosti Web z ve kódované test výkonnosti webové volání.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
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

Parametry

Vrácená hodnota

Typ: Microsoft.VisualStudio.TestTools.WebTesting.WebTest

Poznámky

Test výkonu webových součástí nedědí hodnoty vlastností z test výkonnosti nadřazeného webu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

WebTest Třída

IncludeWebTest – přetížení

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů