Sdílet prostřednictvím


TestResultAggregation.Counters – vlastnost

Získá souhrnné čítače pro zkoušky.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Deklarace
Public ReadOnly Property Counters As TestResultCounter
    Get
public TestResultCounter Counters { get; }
public:
property TestResultCounter^ Counters {
    TestResultCounter^ get ();
}
member Counters : TestResultCounter
function get Counters () : TestResultCounter

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.Common.TestResultCounter
Souhrnné čítače zkoušky.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

TestResultAggregation Třída

Microsoft.VisualStudio.TestTools.Common – obor názvů

TestResultAggregation