Nevron .NET Vision
Nevron.Dom Namespace / INNodeContainer Interface / Children Method
filter to use, or null if no filter must be applied


In This Topic
    Children Method (INNodeContainer)
    In This Topic
    Obtains the child nodes of this node
    Syntax
    'Declaration
     
    
    Function Children( _
       ByVal filter As INFilter _
    ) As NNodeList
    'Usage
     
    
    Dim instance As INNodeContainer
    Dim filter As INFilter
    Dim value As NNodeList
     
    value = instance.Children(filter)
    NNodeList Children( 
       INFilter filter
    )

    Parameters

    filter
    filter to use, or null if no filter must be applied

    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