Sdílet prostřednictvím


GraphNode.FindDescendants – metoda

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Deklarace
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>

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

GraphNode Třída

Microsoft.VisualStudio.GraphModel – obor názvů