Freigeben über


GraphNodeCollection.Remove-Methode (GraphNodeId)

Entfernen des angegebenen Knotens

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

Syntax

'Declaration
Public Function Remove ( _
    id As GraphNodeId _
) As GraphNode
public GraphNode Remove(
    GraphNodeId id
)
public:
GraphNode^ Remove(
    GraphNodeId^ id
)
member Remove : 
        id:GraphNodeId -> GraphNode
public function Remove(
    id : GraphNodeId
) : GraphNode

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.GraphModel.GraphNode
Der Knoten entfernt oder NULL, wenn es nicht vorhanden ist

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphNodeCollection Klasse

Remove-Überladung

Microsoft.VisualStudio.GraphModel-Namespace