다음을 통해 공유


TestResultAggregation.Counters 속성

테스트 실행에 대해 집계된 카운터를 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.Common
어셈블리:  Microsoft.VisualStudio.QualityTools.Common(Microsoft.VisualStudio.QualityTools.Common.dll)

구문

‘선언
Public ReadOnly Property Counters As TestResultCounter
public TestResultCounter Counters { get; }
public:
property TestResultCounter^ Counters {
    TestResultCounter^ get ();
}
member Counters : TestResultCounter with get
function get Counters () : TestResultCounter

속성 값

형식: Microsoft.VisualStudio.TestTools.Common.TestResultCounter
테스트 실행에 대해 집계된 카운터입니다.

.NET Framework 보안

참고 항목

참조

TestResultAggregation 클래스

Microsoft.VisualStudio.TestTools.Common 네임스페이스

TestResultAggregation