TestAggregation.Add(Link) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the provided link to the links in this test aggregation.
public:
virtual void Add(Microsoft::VisualStudio::TestTools::Common::Link ^ link);
public virtual void Add (Microsoft.VisualStudio.TestTools.Common.Link link);
abstract member Add : Microsoft.VisualStudio.TestTools.Common.Link -> unit
override this.Add : Microsoft.VisualStudio.TestTools.Common.Link -> unit
Public Overridable Sub Add (link As Link)