Partilhar via


Método GraphLinkCollection.GetAll

Obtém todos os links entre a fonte e nós dados de destino.

Cada link deve ter um índice diferente.

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

Sintaxe

'Declaração
Public Function GetAll ( _
    source As GraphNode, _
    target As GraphNode _
) As IEnumerable(Of GraphLink)
public IEnumerable<GraphLink> GetAll(
    GraphNode source,
    GraphNode target
)
public:
IEnumerable<GraphLink^>^ GetAll(
    GraphNode^ source, 
    GraphNode^ target
)
member GetAll : 
        source:GraphNode * 
        target:GraphNode -> IEnumerable<GraphLink> 
public function GetAll(
    source : GraphNode, 
    target : GraphNode
) : IEnumerable<GraphLink>

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.IEnumerable<GraphLink>
Links que conectam esses nós.

Segurança do .NET Framework

Consulte também

Referência

GraphLinkCollection Classe

Namespace Microsoft.VisualStudio.GraphModel