GraphUpdatedEventArgs::AddedNodes Property

 

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

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

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