Share via


GraphEnumerable Class

Extension methods for graph types.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.GraphModel.GraphEnumerable

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

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class GraphEnumerable
public static class GraphEnumerable
[ExtensionAttribute]
public ref class GraphEnumerable abstract sealed
[<AbstractClass>]
[<Sealed>]
type GraphEnumerable =  class end
public final class GraphEnumerable

The GraphEnumerable type exposes the following members.

Methods

  Name Description
Public methodStatic member AsNodes Converts the given GraphObjects into GraphNodes. Groups are converted to nodes. No links are returned.
Public methodStatic member GetDescendants
Public methodStatic member GetGroups From the list of GraphObject, get all those that are groups.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.GraphModel Namespace