GraphUndoUnit.RemoveLink Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Called during Apply if a link has to be added back to the graph.
You can override this but you must call base.RemoveLink.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Protected Overridable Sub RemoveLink ( _
link As GraphLink _
)
protected virtual void RemoveLink(
GraphLink link
)
protected:
virtual void RemoveLink(
GraphLink^ link
)
abstract RemoveLink :
link:GraphLink -> unit
override RemoveLink :
link:GraphLink -> unit
protected function RemoveLink(
link : GraphLink
)
Parameters
link
Type: Microsoft.VisualStudio.GraphModel.GraphLinkThe link being added
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.