RunResultAndStatistics.CollectorDataEntries Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.