GraphEnumerable.GetGroups(IEnumerable<GraphObject>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- objects
- IEnumerable<GraphObject>
Returns
- Attributes