Partager via


GraphLinkCollection.Get, méthode (GraphNodeId, GraphNodeId, Int32)

Obtient le lien de l'index spécifié de source et cible et de plusieurs liens

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
Public Function Get ( _
    sourceId As GraphNodeId, _
    targetId As GraphNodeId, _
    index As Integer _
) As GraphLink
public GraphLink Get(
    GraphNodeId sourceId,
    GraphNodeId targetId,
    int index
)
public:
GraphLink^ Get(
    GraphNodeId^ sourceId, 
    GraphNodeId^ targetId, 
    int index
)
member Get : 
        sourceId:GraphNodeId * 
        targetId:GraphNodeId * 
        index:int -> GraphLink 
public function Get(
    sourceId : GraphNodeId, 
    targetId : GraphNodeId, 
    index : int
) : GraphLink

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.GraphModel.GraphLink
Le lien qui a été trouvé.Sinon, null

Sécurité .NET Framework

Voir aussi

Référence

GraphLinkCollection Classe

Get, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms