WebTest.IncludeWebTest 方法 (WebTest, Boolean)
从编码的 Web 性能测试中调用编码的 Web 性能测试。
命名空间: 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
参数
- childWebTest
类型:Microsoft.VisualStudio.TestTools.WebTesting.WebTest
从当前的编码 Web 性能测试调用的 WebTest 对象。
- inheritWebTestSettings
类型:System.Boolean
如果为 true,所包括的 Web 性能测试则继承父 Web 性能测试中的属性值。
返回值
类型:Microsoft.VisualStudio.TestTools.WebTesting.WebTest
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。