Partager via


GraphLinkCollection.Get, méthode (String, String)

Obtient le lien avec la source spécifiée à l'aide de l'ID de nœud sous forme de chaînes

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 _
) As GraphLink
public GraphLink Get(
    string sourceId,
    string targetId
)
public:
GraphLink^ Get(
    String^ sourceId, 
    String^ targetId
)
member Get : 
        sourceId:string * 
        targetId:string -> GraphLink
public function Get(
    sourceId : String, 
    targetId : String
) : GraphLink

Paramètres

  • sourceId
    Type : String

    Source du lien

  • targetId
    Type : String

    cible du lien

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