GraphLinkCollection.Add Method (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 ( _
    item As GraphLink _
)
public void Add(
    GraphLink item
)
public:
virtual void Add(
    GraphLink^ item
) sealed
abstract Add : 
        item:GraphLink -> unit 
override Add : 
        item:GraphLink -> unit 
public final function Add(
    item : GraphLink
)

Parameters

Implements

ICollection<T>.Add(T)

.NET Framework Security

See Also

Reference

GraphLinkCollection Class

Add Overload

Microsoft.VisualStudio.GraphModel Namespace