RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox.Documents Namespace / C1InlineUIContainer Class / EnumerateSubtree Method

In This Topic
    EnumerateSubtree Method (C1InlineUIContainer)
    In This Topic
    Enumerates all elements in the sub tree where this element is root.
    Syntax
    'Declaration
     
    <IteratorStateMachineAttribute(C1.Xaml.RichTextBox.Documents.C1TextElement/d__204)>
    Public Function EnumerateSubtree() As IEnumerable(Of C1TextElement)
    [IteratorStateMachine(C1.Xaml.RichTextBox.Documents.C1TextElement/d__204)]
    public IEnumerable<C1TextElement> EnumerateSubtree()

    Return Value

    The enumeration of all elements in the sub tree.
    Remarks
    The elements are enumerated in depth-first order.
    See Also