GraphGroup.GetDescendants Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return all descendant nodes contained by this group hierarchy.
public:
System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphNode ^> ^ GetDescendants();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphGroup+<GetDescendants>d__31))]
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphNode> GetDescendants ();
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphGroup+<GetDescendants>d__31))>]
member this.GetDescendants : unit -> seq<Microsoft.VisualStudio.GraphModel.GraphNode>
Public Iterator Function GetDescendants () As IEnumerable(Of GraphNode)
Returns
- Attributes