Partager via


WebTest.AddCommentToResult, méthode

Ajoute un commentaire au résultat de test de performances Web qui suit le dernier élément effectué (requête de test de performances Web, transaction ou test de performances Web inclus).

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

Syntaxe

'Déclaration
Public Sub AddCommentToResult ( _
    comment As String _
)
public void AddCommentToResult(
    string comment
)
public:
void AddCommentToResult(
    String^ comment
)
member AddCommentToResult : 
        comment:string -> unit 
public function AddCommentToResult(
    comment : String
)

Paramètres

  • comment
    Type : System.String
    Chaîne qui contient le texte du commentaire.

Sécurité .NET Framework

Voir aussi

Référence

WebTest Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms