ContextLinkCollection.Remove, méthode
Mise à jour : November 2007
Supprime un objet ContextLink du ContextLinkCollection.
Espace de noms : Microsoft.Ink
Assembly : Microsoft.Ink.Analysis (dans Microsoft.Ink.Analysis.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
link As ContextLink _
)
'Utilisation
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
)
Paramètres
- link
Type : Microsoft.Ink.ContextLink
Objet ContextLink à supprimer.
Notes
Le paramètre link est également supprimé de la propriété Links de l'objet DestinationNode.
Exemples
L'exemple suivant supprime un ContextLink, myLink, d'un ContextLinkCollection, links.
links.Remove(myLink)
links.Remove(myLink);
Plateformes
Windows Vista
Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.
Informations de version
.NET Framework
Pris en charge dans : 3.0