Поделиться через


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
    Тип: System.Boolean
    Если значение true, включенный веб-тест производительности наследует значения свойств из родительского веб-теста производительности.

Возвращаемое значение

Тип: Microsoft.VisualStudio.TestTools.WebTesting.WebTest

Безопасность платформы .NET Framework

См. также

Ссылки

WebTest Класс

IncludeWebTest - перегрузка

Microsoft.VisualStudio.TestTools.WebTesting - пространство имен