Delen via


GraphUpdatedEventArgs.RemovedGroups Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the actual isolator object's removed 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 RemovedGroups As Dictionary(Of GraphObject, IEnumerable(Of GraphGroup))
public Dictionary<GraphObject, IEnumerable<GraphGroup>> RemovedGroups { get; }
public:
property Dictionary<GraphObject^, IEnumerable<GraphGroup^>^>^ RemovedGroups {
    Dictionary<GraphObject^, IEnumerable<GraphGroup^>^>^ get ();
}
member RemovedGroups : Dictionary<GraphObject, IEnumerable<GraphGroup>> with get
function get RemovedGroups () : Dictionary<GraphObject, IEnumerable<GraphGroup>>

Property Value

Type: System.Collections.Generic.Dictionary<GraphObject, IEnumerable<GraphGroup>>

.NET Framework Security

See Also

Reference

GraphUpdatedEventArgs Class

Microsoft.VisualStudio.GraphModel Namespace