GraphLinkCollection.Get, méthode (GraphNodeId, GraphNodeId, Int32)
Obtient le lien avec l'index spécifié de source et cible et à plusieurs lien
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.GraphNodeIdLe nœud source
targetId
Type : Microsoft.VisualStudio.GraphModel.GraphNodeIdLe nœud cible
index
Type : Int32Index de plusieurs lien
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.