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

See Also

Reference

ITestAggregation Interface

Microsoft.VisualStudio.TestTools.Common Namespace