Método GraphLinkCollection.Remove (IEnumerable<GraphLink>)

Remova todos os links em um determinado conjunto.

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

Sintaxe

'Declaração
Public Sub Remove ( _
    links As IEnumerable(Of GraphLink) _
)
public void Remove(
    IEnumerable<GraphLink> links
)
public:
void Remove(
    IEnumerable<GraphLink^>^ links
)
member Remove : 
        links:IEnumerable<GraphLink> -> unit 
public function Remove(
    links : IEnumerable<GraphLink>
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

GraphLinkCollection Classe

Sobrecargas Remove

Namespace Microsoft.VisualStudio.GraphModel