GraphGroup::ChildNodes Property
Visual Studio 2015
A collection of child nodes (excluding nodes that have IsGroup set to true).
A child node 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.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: property IReadOnlyCollection<GraphNode^>^ ChildNodes { IReadOnlyCollection<GraphNode^>^ get(); }
Property Value
Type: Microsoft.VisualStudio.GraphModel::IReadOnlyCollection<GraphNode^>^Returns IReadOnlyCollection<T>.
Show: