Partager via


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

Appelle un test de performances Web à partir d'un test de performances Web codé.

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 : System.String
    Nom du test de performances Web déclaratif à inclure.
  • inheritWebTestSettings
    Type : System.Boolean
    Si true, le test de performances Web inclus hérite les valeurs des propriétés du test de performances Web parent.

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