TestAggregation.Remove Method
Removes the provided link from the links in this test aggregation.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Overridable Sub Remove ( _
link As Link _
)
public virtual void Remove(
Link link
)
public:
virtual void Remove(
Link^ link
)
abstract Remove :
link:Link -> unit
override Remove :
link:Link -> unit
public function Remove(
link : Link
)
Parameters
link
Type: Microsoft.VisualStudio.TestTools.Common.LinkA Link object.
Implements
.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.