GraphUndoUnit::AddLink Method (GraphLink^)

 

Called during Apply if a link has to be added back to the graph.

You can override this but you must call base.AddLInk.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

protected:
virtual void AddLink(
	GraphLink^ link
)

Parameters

link
Type: Microsoft.VisualStudio.GraphModel::GraphLink^

The link being added

Return to top
Show: