ContextLinkCollection.Remove-Methode
Entfernt ein ContextLink-Objekt aus der ContextLinkCollection.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.dll)
Syntax
'Declaration
Public Sub Remove ( _
link As ContextLink _
)
'Usage
Dim instance As ContextLinkCollection
Dim link As ContextLink
instance.Remove(link)
public void Remove(
ContextLink link
)
public:
void Remove(
ContextLink^ link
)
public void Remove(
ContextLink link
)
public function Remove(
link : ContextLink
)
Parameter
- link
Typ: Microsoft.Ink.ContextLink
Das zu entfernende ContextLink-Objekt.
Hinweise
Der link-Parameter wird ebenfalls aus der Links-Eigenschaft des DestinationNode-Objekts entfernt.
Beispiele
Im folgenden Beispiel wird ein ContextLink mit dem Namen myLink aus der ContextLinkCollection mit dem Namen links entfernt.
links.Remove(myLink)
links.Remove(myLink);
Plattformen
Windows Vista
.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.
Versionsinformationen
.NET Framework
Unterstützt in: 3.0