GraphGroup.ChildGroups Property

Definition

This is a collection of child GraphGroups. A child group is one that is linked to a parent group via an IsContainment link. This collection is automatically maintained as nodes are added and removed from the graph and as IsGroup properties are changed and as containment links are added or removed.

public:
 property Microsoft::VisualStudio::GraphModel::IReadOnlyCollection<Microsoft::VisualStudio::GraphModel::GraphGroup ^> ^ ChildGroups { Microsoft::VisualStudio::GraphModel::IReadOnlyCollection<Microsoft::VisualStudio::GraphModel::GraphGroup ^> ^ get(); };
public Microsoft.VisualStudio.GraphModel.IReadOnlyCollection<Microsoft.VisualStudio.GraphModel.GraphGroup> ChildGroups { get; }
member this.ChildGroups : Microsoft.VisualStudio.GraphModel.IReadOnlyCollection<Microsoft.VisualStudio.GraphModel.GraphGroup>
Public ReadOnly Property ChildGroups As IReadOnlyCollection(Of GraphGroup)

Property Value

Applies to