共用方式為


WebTest.IncludeWebTest 方法 (WebTest)

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
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

參數

傳回值

類型:Microsoft.VisualStudio.TestTools.WebTesting.WebTest

.NET Framework 安全性

請參閱

參考

WebTest 類別

IncludeWebTest 多載

Microsoft.VisualStudio.TestTools.WebTesting 命名空間