GraphNode.FindDescendants Method

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

Syntax

'Declaration
Public Function FindDescendants As IEnumerable(Of GraphNode)
public IEnumerable<GraphNode> FindDescendants()
public:
IEnumerable<GraphNode^>^ FindDescendants()
member FindDescendants : unit -> IEnumerable<GraphNode> 
public function FindDescendants() : IEnumerable<GraphNode>

Return Value

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

.NET Framework Security

See Also

Reference

GraphNode Class

Microsoft.VisualStudio.GraphModel Namespace