Udostępnij za pośrednictwem


Właściwość TestResult.DataCollectorMessages —

Pobiera listę tylko do odczytu, błędy i ostrzeżenia, które są dostarczane przez karty danych diagnostycznych podczas badania.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

'Deklaracja
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>)

Wartość właściwości

Typ: System.Collections.Generic.IList<DataCollectorMessageInfo>
Lista wiadomości, które są dostarczane przez karty danych diagnostycznych podczas badania.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestResult Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common

DataCollectorMessageInfo