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::Add Method (Link^)

 

When implemented in a derived class, adds a test element ID to the list of tests in the aggregation.

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

void Add(
	Link^ link
)

Parameters

link
Type: Microsoft.VisualStudio.TestTools.Common::Link^

The Link to the element or to an aggregation to add.

Adding a test element more than one time creates multiple copies of the element.

Return to top
Show: