Delen via


GraphGroup.ChildGroups Property

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

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.

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

Syntax

'Declaration
Public ReadOnly Property ChildGroups As IReadOnlyCollection(Of GraphGroup)
public IReadOnlyCollection<GraphGroup> ChildGroups { get; }
public:
property IReadOnlyCollection<GraphGroup^>^ ChildGroups {
    IReadOnlyCollection<GraphGroup^>^ get ();
}
member ChildGroups : IReadOnlyCollection<GraphGroup> with get
function get ChildGroups () : IReadOnlyCollection<GraphGroup>

Property Value

Type: Microsoft.VisualStudio.GraphModel.IReadOnlyCollection<GraphGroup>
Returns IReadOnlyCollection<T>.

.NET Framework Security

See Also

Reference

GraphGroup Class

Microsoft.VisualStudio.GraphModel Namespace