RunResultAndStatistics.DataCollectorMessages 属性

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

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
Public ReadOnly Property DataCollectorMessages As IList(Of DataCollectorMessageInfo)
public IList<DataCollectorMessageInfo> DataCollectorMessages { get; }
public:
property IList<DataCollectorMessageInfo^>^ DataCollectorMessages {
    IList<DataCollectorMessageInfo^>^ get ();
}
member DataCollectorMessages : IList<DataCollectorMessageInfo> with get
function get DataCollectorMessages () : IList<DataCollectorMessageInfo>

属性值

类型:System.Collections.Generic.IList<DataCollectorMessageInfo>
关联测试运行中使用的诊断数据适配器所提供的消息的只读列表。

.NET Framework 安全性

请参见

参考

RunResultAndStatistics 类

Microsoft.VisualStudio.TestTools.Common 命名空间

DataCollectorMessageInfo