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

 

Gets the link with the specified source using node Id as strings

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

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

Parameters

sourceId
Type: System::String^

source of the link

targetId
Type: System::String^

target of the link

Return Value

Type: Microsoft.VisualStudio.GraphModel::GraphLink^

the link that was found. Otherwise, null

Return to top
Show: