GraphEnumerable::GetGroups Method (IEnumerable<GraphObject^>^)

 

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

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

public:
[ExtensionAttribute]
static IEnumerable<GraphGroup^>^ GetGroups(
	IEnumerable<GraphObject^>^ objects
)
Return to top
Show: