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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.