GraphEnumerable::GetGroups Method (IEnumerable<GraphObject^>^)
Visual Studio 2015
From the list of GraphObject, get all those that are groups.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: [ExtensionAttribute] static IEnumerable<GraphGroup^>^ GetGroups( IEnumerable<GraphObject^>^ objects )
Parameters
- objects
- Type: System.Collections.Generic::IEnumerable<GraphObject^>^
Return Value
Type: System.Collections.Generic::IEnumerable<GraphGroup^>^
Show: