Metoda WebTest.IncludeWebTest — (WebTest, Boolean)
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.WebTesting
Zestaw: Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Składnia
'Deklaracja
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
Parametry
- childWebTest
Typ: Microsoft.VisualStudio.TestTools.WebTesting.WebTest
- inheritWebTestSettings
Typ: Boolean
Wartość zwracana
Typ: Microsoft.VisualStudio.TestTools.WebTesting.WebTest
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Używanie bibliotek pochodzących z częściowo zaufanego kodu.