GraphLinkCollection.Get, méthode (String, String, Int32)
Obtient le lien avec la source spécifiée à l'aide de l'ID de nœud comme chaînes et index de liaison multiple
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Function Get ( _
sourceId As String, _
targetId As String, _
index As Integer _
) As GraphLink
public GraphLink Get(
string sourceId,
string targetId,
int index
)
public:
GraphLink^ Get(
String^ sourceId,
String^ targetId,
int index
)
member Get :
sourceId:string *
targetId:string *
index:int -> GraphLink
public function Get(
sourceId : String,
targetId : String,
index : int
) : GraphLink
Paramètres
- sourceId
Type : System.String
Le nœud source
- targetId
Type : System.String
Le nœud cible
- index
Type : System.Int32
Index de liaison multiple
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.