Condividi tramite


Metodo WebTest.IncludeWebTest (WebTest)

Chiama un test delle prestazioni Web codificato dall'interno di un test delle prestazioni Web codificato.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTest

Note

Il test delle prestazioni Web incluso non eredita i valori delle proprietà dal test delle prestazioni Web padre.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTest Classe

Overload IncludeWebTest

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting