TestResultAggregation.InnerResults Property

Definition

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

public:
 property cli::array <Microsoft::VisualStudio::TestTools::Common::TestResult ^> ^ InnerResults { cli::array <Microsoft::VisualStudio::TestTools::Common::TestResult ^> ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.TestResult[] InnerResults { get; }
member this.InnerResults : Microsoft.VisualStudio.TestTools.Common.TestResult[]
Public ReadOnly Property InnerResults As TestResult()

Property Value

Microsoft.VisualStudio.TestTools.Common.TestResult[]

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

Applies to