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.

TestResult::AddTextMessage Method (String^)

 

Adds a text message to this test result.

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

public:
void AddTextMessage(
	String^ text
)

Parameters

text
Type: System::String^

The text to add.

Return to top
Show: