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

 

Gets a read-only list of errors and warnings that are provided by diagnostic data adapters during the test.

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

public:
property IList<DataCollectorMessageInfo^>^ DataCollectorMessages {
	IList<DataCollectorMessageInfo^>^ get();
	internal: void set(IList<DataCollectorMessageInfo^>^ value);
}

Property Value

Type: System.Collections.Generic::IList<DataCollectorMessageInfo^>^

A list of messages that are provided by diagnostic data adapters during the test.

Return to top
Show: