RunResultAndStatistics.DataCollectorMessages Property

Definition

Gets a read-only list of messages that are provided by the diagnostic data adapters that are used in the associated test run.

public:
 property System::Collections::Generic::IList<Microsoft::VisualStudio::TestTools::Common::DataCollectorMessageInfo ^> ^ DataCollectorMessages { System::Collections::Generic::IList<Microsoft::VisualStudio::TestTools::Common::DataCollectorMessageInfo ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageInfo> DataCollectorMessages { get; }
member this.DataCollectorMessages : System.Collections.Generic.IList<Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageInfo>
Public ReadOnly Property DataCollectorMessages As IList(Of DataCollectorMessageInfo)

Property Value

A read-only list of messages that are provided by the diagnostic data adapters that are used in the associated test run.

Applies to