GraphEnumerable Class

 

Extension methods for graph types.

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

System::Object
  Microsoft.VisualStudio.GraphModel::GraphEnumerable

[ExtensionAttribute]
public ref class GraphEnumerable abstract sealed 

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: