Share via


GraphUpdatedEventArgs.AddedGroups Property

Gets the actual isolator object's added object dictionary for groups, and, if it is null, creates an empty one so that this never returns null.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public ReadOnly Property AddedGroups As Dictionary(Of GraphObject, IEnumerable(Of GraphGroup))
public Dictionary<GraphObject, IEnumerable<GraphGroup>> AddedGroups { get; }
public:
property Dictionary<GraphObject^, IEnumerable<GraphGroup^>^>^ AddedGroups {
    Dictionary<GraphObject^, IEnumerable<GraphGroup^>^>^ get ();
}
member AddedGroups : Dictionary<GraphObject, IEnumerable<GraphGroup>> with get
function get AddedGroups () : Dictionary<GraphObject, IEnumerable<GraphGroup>>

Property Value

Type: Dictionary<GraphObject, IEnumerable<GraphGroup>>

.NET Framework Security

See Also

Reference

GraphUpdatedEventArgs Class

Microsoft.VisualStudio.GraphModel Namespace