Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public ReadOnly Property InnerResults As TestResult()
'使用
Dim instance As TestResultAggregation
Dim value As TestResult()
value = instance.InnerResults
public TestResult[] InnerResults { get; }
public:
property array<TestResult^>^ InnerResults {
array<TestResult^>^ get ();
}
public function get InnerResults () : TestResult[]
Property Value
Type: []
Permissions
- 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.