Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNode Class / GetChildAt Method
index


In This Topic
    GetChildAt Method (NNode)
    In This Topic
    Gets the child node at the specified index. Throws an exception, if the index is out of range.
    Syntax
    'Declaration
     
    
    Public Function GetChildAt( _
       ByVal index As System.Integer _
    ) As NNode
    'Usage
     
    
    Dim instance As NNode
    Dim index As System.Integer
    Dim value As NNode
     
    value = instance.GetChildAt(index)
    public NNode GetChildAt( 
       System.int index
    )

    Parameters

    index
    index

    Return Value

    node at the specified index
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also