Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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 node has to be removed from to the graph.
You can override this but you must call base.RemoveNode.
Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Protected Overridable Sub RemoveNode ( _
    node As GraphNode _
)
protected virtual void RemoveNode(
    GraphNode node
)
protected:
virtual void RemoveNode(
    GraphNode^ node
)
abstract RemoveNode : 
        node:GraphNode -> unit  
override RemoveNode : 
        node:GraphNode -> unit
protected function RemoveNode(
    node : GraphNode
)
Parameters
- node 
 Type: Microsoft.VisualStudio.GraphModel.GraphNode- The node 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.