Partager via


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

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

Syntaxe

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