Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

property array<TestId^>^ Elements {
	array<TestId^>^ get();
}

Property Value

Type: array<Microsoft.VisualStudio.TestTools.Common::TestId^>^

An array of test IDs.

Return to top
Show: