GraphUpdatedEventArgs.RemovedLinks Property

Definition

The Links removed from the Graph.Links set during the transaction

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

Property Value

Applies to