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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。