Partager via


WebTest.IncludeWebTest, méthode (WebTest, Boolean)

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
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

Paramètres

  • inheritWebTestSettings
    Type : Boolean

Valeur de retour

Type : Microsoft.VisualStudio.TestTools.WebTesting.WebTest

Sécurité .NET Framework

Voir aussi

Référence

WebTest Classe

IncludeWebTest, surcharge

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms