GraphEnumerable Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Extension methods for graph types.
Inheritance Hierarchy
System.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 | |
---|---|---|
AsNodes | Converts the given GraphObjects into GraphNodes. Groups are converted to nodes. No links are returned. | |
GetDescendants | ||
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.