WebTest.AddCommentToResult, méthode
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 : String
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.