Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNodeSubtreeIterator Structure / NNodeSubtreeIterator Constructor
container whose descenendants to enumerate
order in which to traverse the subtree


In This Topic
    NNodeSubtreeIterator Constructor
    In This Topic
    Initializer constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal container As NNode, _
       ByVal order As ENTreeTraversalOrder _
    )
    'Usage
     
    
    Dim container As NNode
    Dim order As ENTreeTraversalOrder
     
    Dim instance As New NNodeSubtreeIterator(container, order)
    public NNodeSubtreeIterator( 
       NNode container,
       ENTreeTraversalOrder order
    )

    Parameters

    container
    container whose descenendants to enumerate
    order
    order in which to traverse the subtree
    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