Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Removes the given category from the link between source and target and if this is the last category, and then it removes the link also.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function Remove ( _
sourceId As GraphNodeId, _
targetId As GraphNodeId, _
category As GraphCategory _
) As GraphLink
public GraphLink Remove(
GraphNodeId sourceId,
GraphNodeId targetId,
GraphCategory category
)
public:
GraphLink^ Remove(
GraphNodeId^ sourceId,
GraphNodeId^ targetId,
GraphCategory^ category
)
member Remove :
sourceId:GraphNodeId *
targetId:GraphNodeId *
category:GraphCategory -> GraphLink
public function Remove(
sourceId : GraphNodeId,
targetId : GraphNodeId,
category : GraphCategory
) : GraphLink
Parameters
sourceId
Type: Microsoft.VisualStudio.GraphModel.GraphNodeIdThe source node
targetId
Type: Microsoft.VisualStudio.GraphModel.GraphNodeIdThe target node
category
Type: Microsoft.VisualStudio.GraphModel.GraphCategoryAn initial category to add to the link
Return Value
Type: Microsoft.VisualStudio.GraphModel.GraphLink
The Link that was removed or null if the link still has other categories
.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.