GraphLinkCollection::Get Method (String^, String^, Int32)

 

Gets the link with the specified source using node Id as strings and a multilink index

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

public:
GraphLink^ Get(
	String^ sourceId,
	String^ targetId,
	int index
)

Parameters

sourceId
Type: System::String^

The source node

targetId
Type: System::String^

The target node

index
Type: System::Int32

Multilink index

Return Value

Type: Microsoft.VisualStudio.GraphModel::GraphLink^

The Link that was found. Otherwise, null

Return to top
Show: