Freigeben über


GraphLinkCollection.Remove-Methode (GraphLink, GraphLink%)

Entfernt das erste Vorkommen eines bestimmten Objekts aus System.Collections.Generic.ICollection.

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

Syntax

'Declaration
Public Function Remove ( _
    link As GraphLink, _
    <OutAttribute> ByRef resultLink As GraphLink _
) As Boolean
public bool Remove(
    GraphLink link,
    out GraphLink resultLink
)
public:
bool Remove(
    GraphLink^ link, 
    [OutAttribute] GraphLink^% resultLink
)
member Remove : 
        link:GraphLink * 
        resultLink:GraphLink byref -> bool 
public function Remove(
    link : GraphLink, 
    resultLink : GraphLink
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
TRUE, wenn das Element erfolgreich aus System.Collections.Generic.ICollection entfernt wurde. Andernfalls FALSE.Diese Methode gibt auch FALSE zurück, wenn das Element nicht in der ursprünglichen System.Collections.Generic.ICollection gefunden wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphLinkCollection Klasse

Remove-Überladung

Microsoft.VisualStudio.GraphModel-Namespace