Partager via


GraphLinkCollection.GetAll, méthode

Obtient tous les liens entre la source et cible donnée de nœuds.

Chaque lien doit avoir un index différent.

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

Syntaxe

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

Paramètres

Valeur de retour

Type : System.Collections.Generic.IEnumerable<GraphLink>
Les liens reliant les nœuds.

Sécurité .NET Framework

Voir aussi

Référence

GraphLinkCollection Classe

Microsoft.VisualStudio.GraphModel, espace de noms