GraphEnumerable Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAsNodes(IEnumerable<GraphObject^>^)

Converts the given GraphObjects into GraphNodes. Groups are converted to nodes.

No links are returned.

System_CAPS_pubmethodSystem_CAPS_staticGetDescendants(IEnumerable<GraphObject^>^)

System_CAPS_pubmethodSystem_CAPS_staticGetGroups(IEnumerable<GraphObject^>^)

From the list of GraphObject, get all those that are groups.

Return to top
Show: