Partager via


GraphLinkCollection.Remove, méthode (GraphLink, GraphLink%)

Supprime la première occurrence d'un objet spécifique de System.Collections.Generic.ICollection.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : System.Boolean
true si l'élément a été correctement supprimé de System.Collections.Generic.ICollection ; sinon, false.Cette méthode retourne également la valeur false si l'élément est introuvable dans System.Collections.Generic.ICollection d'origine.

Sécurité .NET Framework

Voir aussi

Référence

GraphLinkCollection Classe

Remove, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms