Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() ![]() |
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.