GraphLinkCollection.Add Method (IEnumerable<GraphLink>)

Add all the links in the given set.

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

Syntax

'Declaration
Public Sub Add ( _
    links As IEnumerable(Of GraphLink) _
)
public void Add(
    IEnumerable<GraphLink> links
)
public:
void Add(
    IEnumerable<GraphLink^>^ links
)
member Add : 
        links:IEnumerable<GraphLink> -> unit 
public function Add(
    links : IEnumerable<GraphLink>
)

Parameters

.NET Framework Security

See Also

Reference

GraphLinkCollection Class

Add Overload

Microsoft.VisualStudio.GraphModel Namespace