GraphEnumerable::AsNodes Method (IEnumerable<GraphObject^>^)
Visual Studio 2015
Converts the given GraphObjects into GraphNodes. Groups are converted to nodes.
No links are returned.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: [ExtensionAttribute] static IEnumerable<GraphNode^>^ AsNodes( IEnumerable<GraphObject^>^ objects )
Parameters
- objects
- Type: System.Collections.Generic::IEnumerable<GraphObject^>^
Return Value
Type: System.Collections.Generic::IEnumerable<GraphNode^>^All the nodes in the collection.
Show: