Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.