共用方式為


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

參數

  • inheritWebTestSettings
    型別:System.Boolean
    如果為 true,則包含的 Web 效能測試會繼承父 Web 效能測試的屬性值。

傳回值

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

.NET Framework 安全性

請參閱

參考

WebTest 類別

IncludeWebTest 多載

Microsoft.VisualStudio.TestTools.WebTesting 命名空間