Nevron .NET Vision
Nevron.Dom Namespace / NNodeTreeEnumerator Class / NNodeTreeEnumerator Constructor / NNodeTreeEnumerator Constructor(INNodeContainer,INFilter,Int32,TreeTraversalOrder)
container whose descenendants to enumerate
filter to use, or null if no filter should be applied
depth in which to explore the subtree, or -1 if the entire subtree must be explored
order in which to traverse the subtree


In This Topic
    NNodeTreeEnumerator Constructor(INNodeContainer,INFilter,Int32,TreeTraversalOrder)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal container As INNodeContainer, _
       ByVal filter As INFilter, _
       ByVal depth As System.Integer, _
       ByVal order As TreeTraversalOrder _
    )
    'Usage
     
    
    Dim container As INNodeContainer
    Dim filter As INFilter
    Dim depth As System.Integer
    Dim order As TreeTraversalOrder
     
    Dim instance As New NNodeTreeEnumerator(container, filter, depth, order)
    public NNodeTreeEnumerator( 
       INNodeContainer container,
       INFilter filter,
       System.int depth,
       TreeTraversalOrder order
    )

    Parameters

    container
    container whose descenendants to enumerate
    filter
    filter to use, or null if no filter should be applied
    depth
    depth in which to explore the subtree, or -1 if the entire subtree must be explored
    order
    order in which to traverse the subtree
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also