Share via


GraphEnumerable.GetGroups(IEnumerable<GraphObject>) Method

Definition

From the list of GraphObject get all those that are groups

public:
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphGroup ^> ^ GetGroups(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphObject ^> ^ objects);
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphEnumerable+<GetGroups>d__1))]
public static System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphGroup> GetGroups (this System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphObject> objects);
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphEnumerable+<GetGroups>d__1))>]
static member GetGroups : seq<Microsoft.VisualStudio.GraphModel.GraphObject> -> seq<Microsoft.VisualStudio.GraphModel.GraphGroup>
<Extension()>
Public Iterator Function GetGroups (objects As IEnumerable(Of GraphObject)) As IEnumerable(Of GraphGroup)

Parameters

Returns

Attributes

Applies to