WebTest.IncludeWebTest 方法 (WebTest, Boolean)

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
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

参数

  • inheritWebTestSettings
    类型:Boolean

返回值

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

.NET Framework 安全性

请参阅

参考

WebTest 类

IncludeWebTest 重载

Microsoft.VisualStudio.TestTools.WebTesting 命名空间