GraphUndoUnit::AddLink Method (GraphLink^)
Visual Studio 2015
Called during Apply if a link has to be added back to the graph.
You can override this but you must call base.AddLInk.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- link
-
Type:
Microsoft.VisualStudio.GraphModel::GraphLink^
The link being added
Show: