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
- sourceId
Type : Microsoft.VisualStudio.GraphModel.GraphNodeId
Le nœud source
- targetId
Type : Microsoft.VisualStudio.GraphModel.GraphNodeId
Le nœud cible
- index
Type : System.Int32
L'index de plusieurs liens
Valeur de retour
Type : Microsoft.VisualStudio.GraphModel.GraphLink
Le lien qui a été trouvé.Sinon, null
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.