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.

TestAggregation::Elements Property

 

Gets an array of the test element IDs in this aggregation.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

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

Property Value

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

An array of the IDs of test elements in this aggregation.

Return to top
Show: