WebTest.IncludeWebTest Method (WebTest)

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

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

Parameters

Return Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTest

.NET Framework Security

See Also

Reference

WebTest Class

IncludeWebTest Overload

Microsoft.VisualStudio.TestTools.WebTesting Namespace