Nevron .NET Vision
Nevron.UI Namespace / NUIElementContainer Class / AccumulateDescendants Method
filter to use, or null if no filter must be applied
reqired depth, or -1 if the entire subtree must be explored
list to which to append the descendant nodes, which satisfy the filter


In This Topic
    AccumulateDescendants Method (NUIElementContainer)
    In This Topic
    Accumulates the descendants contained in this node, which satisfy the filter to the provided node list
    Syntax
    'Declaration
     
    
    Public Sub AccumulateDescendants( _
       ByVal filter As INFilter, _
       ByVal depth As System.Integer, _
       ByVal list As NNodeList _
    ) 
    'Usage
     
    
    Dim instance As NUIElementContainer
    Dim filter As INFilter
    Dim depth As System.Integer
    Dim list As NNodeList
     
    instance.AccumulateDescendants(filter, depth, list)
    public void AccumulateDescendants( 
       INFilter filter,
       System.int depth,
       NNodeList list
    )

    Parameters

    filter
    filter to use, or null if no filter must be applied
    depth
    reqired depth, or -1 if the entire subtree must be explored
    list
    list to which to append the descendant nodes, which satisfy the filter
    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