GraphUpdatedEventArgs.AddedGroups 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.
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))