다음을 통해 공유


TestResultAggregation.InnerResults 속성

이 집계를 구성하는 테스트에 대한 개별 테스트 결과의 배열을 가져옵니다.

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

구문

‘선언
Public ReadOnly Property InnerResults As TestResult()
public TestResult[] InnerResults { get; }
public:
property array<TestResult^>^ InnerResults {
    array<TestResult^>^ get ();
}
member InnerResults : TestResult[] with get
function get InnerResults () : TestResult[]

속성 값

형식: array<Microsoft.VisualStudio.TestTools.Common.TestResult[]
이 집계를 구성하는 테스트에 대한 개별 테스트 결과의 배열입니다.

.NET Framework 보안

참고 항목

참조

TestResultAggregation 클래스

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