RunResultAndStatistics.DataCollectorMessages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.