TestResult.DataCollectorMessages 属性

获取测试期间诊断数据适配器所提供的错误和警告的只读列表。

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

语法

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

属性值

类型:System.Collections.Generic.IList<DataCollectorMessageInfo>
测试期间诊断数据适配器所提供的消息的列表。

.NET Framework 安全性

请参见

参考

TestResult 类

Microsoft.VisualStudio.TestTools.Common 命名空间

DataCollectorMessageInfo