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)

public:
void Add(
	IEnumerable<GraphLink^>^ links
)

Parameters

links
Type: System.Collections.Generic::IEnumerable<GraphLink^>^

The set of links to add.

Return to top
Show: