TestResultAggregation.Counters 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 the aggregated counters for the test run.
public:
property Microsoft::VisualStudio::TestTools::Common::TestResultCounter ^ Counters { Microsoft::VisualStudio::TestTools::Common::TestResultCounter ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.TestResultCounter Counters { get; }
member this.Counters : Microsoft.VisualStudio.TestTools.Common.TestResultCounter
Public ReadOnly Property Counters As TestResultCounter
Property Value
The aggregated counters for the test run.