RunResultAndStatistics.CollectorDataEntries Property

Definition

Gets a read-only list of the entries that are provided by the diagnostic data adapters that are used in the associated test run.

public:
 property System::Collections::Generic::IList<Microsoft::VisualStudio::TestTools::Common::CollectorDataEntry ^> ^ CollectorDataEntries { System::Collections::Generic::IList<Microsoft::VisualStudio::TestTools::Common::CollectorDataEntry ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.TestTools.Common.CollectorDataEntry> CollectorDataEntries { get; }
member this.CollectorDataEntries : System.Collections.Generic.IList<Microsoft.VisualStudio.TestTools.Common.CollectorDataEntry>
Public ReadOnly Property CollectorDataEntries As IList(Of CollectorDataEntry)

Property Value

A read-only list of the entries that are provided by the diagnostic data adapters that are used in the associated test run.

Applies to