GraphLinkCollection::Get Method (String^, String^)
Visual Studio 2015
Gets the link with the specified source using node Id as strings
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
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
Show: