Compartir a través de


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)

Syntax

'Declaration
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[]

Property Value

Type: array<Microsoft.VisualStudio.TestTools.Common.TestResult[]
An array of the individual test results for the tests that make up this aggregation.

.NET Framework Security

See Also

Reference

TestResultAggregation Class

Microsoft.VisualStudio.TestTools.Common Namespace