Partager via


GraphLink, constructeur (Graph, GraphNode, GraphNode)

Construit un lien

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

Syntaxe

'Déclaration
Public Sub New ( _
    owner As Graph, _
    source As GraphNode, _
    target As GraphNode _
)
public GraphLink(
    Graph owner,
    GraphNode source,
    GraphNode target
)
public:
GraphLink(
    Graph^ owner, 
    GraphNode^ source, 
    GraphNode^ target
)
new : 
        owner:Graph * 
        source:GraphNode * 
        target:GraphNode -> GraphLink
public function GraphLink(
    owner : Graph, 
    source : GraphNode, 
    target : GraphNode
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

GraphLink Classe

GraphLink, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms