Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebTest::AddCommentToResult Method (String^)

 

Adds a comment to the Web performance test result that follows the most recently completed Web performance test request, transaction, or included Web performance test.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
void AddCommentToResult(
	String^ comment
)

Parameters

comment
Type: System::String^

A string that contains the comment text.

Return to top
Show: