GraphUpdatedEventArgs.AddedNodes Property

Definition

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

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphNode ^> ^ AddedNodes { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphNode ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphNode> AddedNodes { get; }
member this.AddedNodes : seq<Microsoft.VisualStudio.GraphModel.GraphNode>
Public ReadOnly Property AddedNodes As IEnumerable(Of GraphNode)

Property Value

Applies to