WebTest.IncludeWebTest Yöntem (WebTest)
Kodlanmış Web içindeki bir performans testini tarafından kodlanmış bir Web performans testi çağırır.
Ad alanı: Microsoft.VisualStudio.TestTools.WebTesting
Derleme: Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)
Sözdizimi
'Bildirim
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
Parametreler
- childWebTest
Tür: Microsoft.VisualStudio.TestTools.WebTesting.WebTest
Geçerli kodlanmış Web performans sınaması çağırmak için WebTest nesnesi.
Dönüş Değeri
Tür: Microsoft.VisualStudio.TestTools.WebTesting.WebTest
Notlar
Eklenen Web performans testi özelliklerin değerlerini üst Web performans testi ' devralmaz.
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen güvenilen kod kitaplıklarını kullanma.