GraphUpdatedEventArgs::AddedLinks Property

 

The Links added to the Graph.Links set during the transaction.

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

public:
property IEnumerable<GraphLink^>^ AddedLinks {
	IEnumerable<GraphLink^>^ get();
}
Return to top
Show: