RunResultAndStatistics.DataCollectorMessages 属性

定义

获取在关联的测试运行中使用的诊断数据适配器所提供的消息的只读列表。

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)

属性值

IList<DataCollectorMessageInfo>

在关联的测试运行中使用的诊断数据适配器提供的消息的只读列表。

适用于