Partager via


GraphLinkCollection.GetOrCreate, méthode (GraphNodeId, String)

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

Syntaxe

'Déclaration
Public Function GetOrCreate ( _
    sourceId As GraphNodeId, _
    targetId As String _
) As GraphLink
public GraphLink GetOrCreate(
    GraphNodeId sourceId,
    string targetId
)
public:
GraphLink^ GetOrCreate(
    GraphNodeId^ sourceId, 
    String^ targetId
)
member GetOrCreate : 
        sourceId:GraphNodeId * 
        targetId:string -> GraphLink 
public function GetOrCreate(
    sourceId : GraphNodeId, 
    targetId : String
) : GraphLink

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.GraphModel.GraphLink

Sécurité .NET Framework

Voir aussi

Référence

GraphLinkCollection Classe

GetOrCreate, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms