Share via


GraphUpdatedEventArgs.RemovedGroups Property

Definition

Get the actual isolator object's removed object dictionary for groups and if it's null then create an empty one so that this never returns null.

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

Property Value

Applies to