TestAggregation.Remove(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.
Removes the provided link from the links in this test aggregation.
public:
virtual void Remove(Microsoft::VisualStudio::TestTools::Common::Link ^ link);
public virtual void Remove (Microsoft.VisualStudio.TestTools.Common.Link link);
abstract member Remove : Microsoft.VisualStudio.TestTools.Common.Link -> unit
override this.Remove : Microsoft.VisualStudio.TestTools.Common.Link -> unit
Public Overridable Sub Remove (link As Link)