Partager via


GraphNode, constructeur (Graph, GraphNodeId)

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

Syntaxe

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

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

GraphNode Classe

GraphNode, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms