GraphLinkCollection::GetAll Method (GraphNode^, GraphNode^)

 

Gets all links between the given source and target nodes.

Each link must have a different Index.

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

public:
IEnumerable<GraphLink^>^ GetAll(
	GraphNode^ source,
	GraphNode^ target
)

Parameters

source
Type: Microsoft.VisualStudio.GraphModel::GraphNode^

The source node

target
Type: Microsoft.VisualStudio.GraphModel::GraphNode^

The target node

Return Value

Type: System.Collections.Generic::IEnumerable<GraphLink^>^

The links connecting these nodes.

Return to top
Show: