ITestAggregation.Elements Property
When implemented in a derived class, gets an array of IDs that identify the test elements that are aggregated into this aggregation.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
ReadOnly Property Elements As TestId()
TestId[] Elements { get; }
property array<TestId^>^ Elements {
array<TestId^>^ get ();
}
abstract Elements : TestId[]
function get Elements () : TestId[]
Property Value
Type: array<Microsoft.VisualStudio.TestTools.Common.TestId[]
An array of test IDs.
.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.