Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNode Class / GetSubtreeIterator Method / GetSubtreeIterator() Method


In This Topic
    GetSubtreeIterator() Method
    In This Topic
    Gets an iterator, which iterates through the node and its descendants in a Depth-First-Pre-Order fashion (visits the parent and then visits the children). Children are enumerated in forward order (from first to last).
    Syntax
    'Declaration
     
    
    Public Overloads Function GetSubtreeIterator() As INIterator(Of NNode)
    'Usage
     
    
    Dim instance As NNode
    Dim value As INIterator(Of NNode)
     
    value = instance.GetSubtreeIterator()
    public INIterator<NNode> GetSubtreeIterator()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also