Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNode Class / RemoveChildAt Method
index of child node to remove


In This Topic
    RemoveChildAt Method (NNode)
    In This Topic
    Removes the child node at the specified index. Throws an expection if index if out of range. Works for both collection and container nodes.
    Syntax
    'Declaration
     
    
    Public Sub RemoveChildAt( _
       ByVal index As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NNode
    Dim index As System.Integer
     
    instance.RemoveChildAt(index)
    public void RemoveChildAt( 
       System.int index
    )

    Parameters

    index
    index of child node to remove
    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