ContextLinkBaseCollection.Add, méthode
Mise à jour : November 2007
Ajoute un nouvel objet ContextLinkBase au ContextLinkBaseCollectionet indique le nœud de destination et son type.
Espace de noms : System.Windows.Ink.AnalysisCore
Assembly : IACore (dans IACore.dll)
Syntaxe
'Déclaration
Public Function Add ( _
destinationNode As ContextNodeBase, _
linkDirection As ContextLinkDirection _
) As ContextLinkBase
'Utilisation
Dim instance As ContextLinkBaseCollection
Dim destinationNode As ContextNodeBase
Dim linkDirection As ContextLinkDirection
Dim returnValue As ContextLinkBase
returnValue = instance.Add(destinationNode, _
linkDirection)
public ContextLinkBase Add(
ContextNodeBase destinationNode,
ContextLinkDirection linkDirection
)
public:
ContextLinkBase^ Add(
ContextNodeBase^ destinationNode,
ContextLinkDirection linkDirection
)
public ContextLinkBase Add(
ContextNodeBase destinationNode,
ContextLinkDirection linkDirection
)
public function Add(
destinationNode : ContextNodeBase,
linkDirection : ContextLinkDirection
) : ContextLinkBase
Paramètres
- destinationNode
Type : System.Windows.Ink.AnalysisCore.ContextNodeBase
ContextNodeBase avec lequel établir un lien.
- linkDirection
Type : System.Windows.Ink.AnalysisCore.ContextLinkDirection
Direction du lien.
Valeur de retour
Type : System.Windows.Ink.AnalysisCore.ContextLinkBase
Plateformes
Windows Vista, Windows XP SP2, Windows Server 2003
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
Voir aussi
Référence
ContextLinkBaseCollection, classe