Método WebTest.IncludeWebTest (WebTest)
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxe
'Declaração
Public Function IncludeWebTest ( _
childWebTest As WebTest _
) As WebTest
public WebTest IncludeWebTest(
WebTest childWebTest
)
public:
WebTest^ IncludeWebTest(
WebTest^ childWebTest
)
member IncludeWebTest :
childWebTest:WebTest -> WebTest
public function IncludeWebTest(
childWebTest : WebTest
) : WebTest
Parâmetros
- childWebTest
Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTest
Valor de retorno
Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTest
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.