Partager via


WebTest.IncludeWebTest, méthode (String, 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 ( _
    webTestName As String, _
    inheritWebTestSettings As Boolean _
) As WebTest
public WebTest IncludeWebTest(
    string webTestName,
    bool inheritWebTestSettings
)
public:
WebTest^ IncludeWebTest(
    String^ webTestName, 
    bool inheritWebTestSettings
)
member IncludeWebTest : 
        webTestName:string * 
        inheritWebTestSettings:bool -> WebTest
public function IncludeWebTest(
    webTestName : String, 
    inheritWebTestSettings : boolean
) : WebTest

Paramètres

  • webTestName
    Type : String
  • 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