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

 

Converts the given GraphObjects into GraphNodes. Groups are converted to nodes.

No links are returned.

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

public:
[ExtensionAttribute]
static IEnumerable<GraphNode^>^ AsNodes(
	IEnumerable<GraphObject^>^ objects
)

Return Value

Type: System.Collections.Generic::IEnumerable<GraphNode^>^

All the nodes in the collection.

Return to top
Show: