GraphUndoUnit.RemoveLink(GraphLink) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called during Apply if a link needs to be added back to the graph. You can override this but you must call base.RemoveLink.
protected:
virtual void RemoveLink(Microsoft::VisualStudio::GraphModel::GraphLink ^ link);
protected virtual void RemoveLink (Microsoft.VisualStudio.GraphModel.GraphLink link);
abstract member RemoveLink : Microsoft.VisualStudio.GraphModel.GraphLink -> unit
override this.RemoveLink : Microsoft.VisualStudio.GraphModel.GraphLink -> unit
Protected Overridable Sub RemoveLink (link As GraphLink)
Parameters
- link
- GraphLink
The link being added