Nevron .NET Vision
Nevron.Dom Namespace / NNodeTree Class / NextNode Method / NextNode(INNode,INFilter) Method


In This Topic
    NextNode(INNode,INFilter) Method
    In This Topic
    Obtains the next node in the node tree satisfying the specified filter
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function NextNode( _
       ByVal node As INNode, _
       ByVal filter As INFilter _
    ) As INNode
    'Usage
     
    
    Dim node As INNode
    Dim filter As INFilter
    Dim value As INNode
     
    value = NNodeTree.NextNode(node, filter)
    public static INNode NextNode( 
       INNode node,
       INFilter filter
    )

    Parameters

    node
    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