GraphLinkCollection::GetOrCreate Method (GraphNode^, GraphNode^)
Visual Studio 2015
Gets the link from the specified source to the specified target node. If not found, a new link will be created.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- source
-
Type:
Microsoft.VisualStudio.GraphModel::GraphNode^
source node
- target
-
Type:
Microsoft.VisualStudio.GraphModel::GraphNode^
target node
Show: