GraphUpdatedEventArgs.ChangedLinks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Links that were previously present in Graph.Links that has data changed during the transaction
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphLink ^> ^ ChangedLinks { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphLink ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphLink> ChangedLinks { get; }
member this.ChangedLinks : seq<Microsoft.VisualStudio.GraphModel.GraphLink>
Public ReadOnly Property ChangedLinks As IEnumerable(Of GraphLink)