TestResult.DataCollectorMessages Property
Gets a read-only list of errors and warnings that are provided by diagnostic data adapters during the test.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
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>)
Property Value
Type: IList<DataCollectorMessageInfo>
A list of messages that are provided by diagnostic data adapters during the test.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.