Share via


ITestAggregation.Add(Link) Method

Definition

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

public:
 void Add(Microsoft::VisualStudio::TestTools::Common::Link ^ link);
public void Add (Microsoft.VisualStudio.TestTools.Common.Link link);
abstract member Add : Microsoft.VisualStudio.TestTools.Common.Link -> unit
Public Sub Add (link As Link)

Parameters

link
Link

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

Applies to