Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.LinkA 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.