TestResultAggregation.Counters Property

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'宣言
Public ReadOnly Property Counters As TestResultCounter
'使用
Dim instance As TestResultAggregation
Dim value As TestResultCounter

value = instance.Counters
public TestResultCounter Counters { get; }
public:
property TestResultCounter^ Counters {
    TestResultCounter^ get ();
}
public function get Counters () : TestResultCounter

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestResultCounter

Permissions

See Also

Reference

TestResultAggregation Class

TestResultAggregation Members

Microsoft.VisualStudio.TestTools.Common Namespace