Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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[]
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.