Share via


GraphUpdatedEventArgs.AddedGroups Property

Definition

Get the actual isolator object's added 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 ^> ^> ^ AddedGroups { 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>> AddedGroups { get; }
member this.AddedGroups : System.Collections.Generic.Dictionary<Microsoft.VisualStudio.GraphModel.GraphObject, seq<Microsoft.VisualStudio.GraphModel.GraphGroup>>
Public ReadOnly Property AddedGroups As Dictionary(Of GraphObject, IEnumerable(Of GraphGroup))

Property Value

Applies to