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


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

    Parameters

    node
    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