Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 String, _
targetId As String, _
category As GraphCategory _
) As GraphLink
public GraphLink Remove(
string sourceId,
string targetId,
GraphCategory category
)
public:
GraphLink^ Remove(
String^ sourceId,
String^ targetId,
GraphCategory^ category
)
member Remove :
sourceId:string *
targetId:string *
category:GraphCategory -> GraphLink
public function Remove(
sourceId : String,
targetId : String,
category : GraphCategory
) : GraphLink
Parameters
sourceId
Type: Stringsource
targetId
Type: Stringtarget
category
Type: Microsoft.VisualStudio.GraphModel.GraphCategorycategory
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.