GraphGroup.GetDescendants Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns all descendant nodes that are contained by this group hierarchy.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function GetDescendants As IEnumerable(Of GraphNode)
public IEnumerable<GraphNode> GetDescendants()
public:
IEnumerable<GraphNode^>^ GetDescendants()
member GetDescendants : unit -> IEnumerable<GraphNode>
public function GetDescendants() : IEnumerable<GraphNode>
Return Value
Type: System.Collections.Generic.IEnumerable<GraphNode>
Returns IEnumerable<T>.
.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.