Nevron .NET Vision
Nevron.Dom Namespace / INNodeContainer Interface / Descendants Method
filter to use, or null if no filter must be applied
reqired depth, or -1 if the entire subtree must be explored


In This Topic
    Descendants Method (INNodeContainer)
    In This Topic
    Obtains the descentant nodes of this node
    Syntax
    'Declaration
     
    
    Function Descendants( _
       ByVal filter As INFilter, _
       ByVal depth As System.Integer _
    ) As NNodeList
    'Usage
     
    
    Dim instance As INNodeContainer
    Dim filter As INFilter
    Dim depth As System.Integer
    Dim value As NNodeList
     
    value = instance.Descendants(filter, depth)
    NNodeList Descendants( 
       INFilter filter,
       System.int depth
    )

    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

    Return Value

    list of child 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