GraphLinkCollection.Add Method (GraphLink, GraphLink%)

Adds a link to the graph, or merge it with an existing Link object

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

Syntax

'Declaration
Public Sub Add ( _
    link As GraphLink, _
    <OutAttribute> ByRef result As GraphLink _
)
public void Add(
    GraphLink link,
    out GraphLink result
)
public:
void Add(
    GraphLink^ link, 
    [OutAttribute] GraphLink^% result
)
member Add : 
        link:GraphLink * 
        result:GraphLink byref -> unit 
public function Add(
    link : GraphLink, 
    result : GraphLink
)

Parameters

.NET Framework Security

See Also

Reference

GraphLinkCollection Class

Add Overload

Microsoft.VisualStudio.GraphModel Namespace