Share via


ITestAggregation.Remove(Link) Method

Definition

When implemented in a derived class, removes the test element that is identified by the given link from the aggregation.

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

Parameters

link
Link

A link to a test element.

Applies to