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::TextMessages Property

 

Gets an array of text messages in the test.

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

public:
property array<String^>^ TextMessages {
	array<String^>^ get();
	internal: void set(array<String^>^ value);
}

Property Value

Type: array<System::String^>^

An array of text messages in the test.

Return to top
Show: