Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- 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.