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
- link
Type: Microsoft.VisualStudio.TestTools.Common.Link
A link to a test element.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.