Share via


ITestAggregation.Remove Method

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

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

Syntax

'Declaration
Sub Remove ( _
    link As Link _
)
void Remove(
    Link link
)
void Remove(
    Link^ link
)
abstract Remove : 
        link:Link -> unit 
function Remove(
    link : Link
)

Parameters

.NET Framework Security

See Also

Reference

ITestAggregation Interface

Microsoft.VisualStudio.TestTools.Common Namespace