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


WebTest.IncludeWebTest - метод (WebTest)

Обновлен: Ноябрь 2007

Пространство имен:  Microsoft.VisualStudio.TestTools.WebTesting
Сборка:  Microsoft.VisualStudio.QualityTools.WebTestFramework (в Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Синтаксис

'Декларация
Public Function IncludeWebTest ( _
    childWebTest As WebTest _
) As WebTest
'Применение
Dim instance As WebTest
Dim childWebTest As WebTest
Dim returnValue As WebTest

returnValue = instance.IncludeWebTest(childWebTest)
public WebTest IncludeWebTest(
    WebTest childWebTest
)
public:
WebTest^ IncludeWebTest(
    WebTest^ childWebTest
)
public function IncludeWebTest(
    childWebTest : WebTest
) : WebTest

Параметры

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

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

Разрешения

См. также

Ссылки

WebTest Класс

WebTest - члены

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

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