GraphEnumerable Class
Visual Studio 2015
Extension methods for graph types.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | AsNodes(IEnumerable<GraphObject^>^) | Converts the given GraphObjects into GraphNodes. Groups are converted to nodes. No links are returned. |
![]() ![]() | GetDescendants(IEnumerable<GraphObject^>^) | |
![]() ![]() | GetGroups(IEnumerable<GraphObject^>^) | From the list of GraphObject, get all those that are groups. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

