Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestResultAggregation::InnerResults Property

 

Gets an array of the individual test results for the tests that make up this aggregation.

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

public:
property array<TestResult^>^ InnerResults {
	array<TestResult^>^ get();
}

Property Value

Type: array<Microsoft.VisualStudio.TestTools.Common::TestResult^>^

An array of the individual test results for the tests that make up this aggregation.

Return to top
Show: