Partilhar via


Método GraphLinkCollection.Remove (GraphLink, GraphLink%)

Remove a primeira ocorrência de um determinado objeto de System.Collections.Generic.ICollection.

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

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.Boolean
true se o item for removido com êxito de System.Collections.Generic.ICollection; caso contrário, falso.Esse método também retorna falso se o item não for encontrado no System.Collections.Generic.ICollection original.

Segurança do .NET Framework

Consulte também

Referência

GraphLinkCollection Classe

Sobrecargas Remove

Namespace Microsoft.VisualStudio.GraphModel