GraphNode.FindDescendants Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Walk down the containment links of this node and all its descendants and return the unique set.
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>
List of contained nodes
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.