Nevron Open Vision Documentation
Nevron.Nov.Xml Namespace / NXmlNode Class / InsertChild Method


In This Topic
    InsertChild Method (NXmlNode)
    In This Topic
    Inserts the given child node at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub InsertChild( _
       ByVal index As System.Integer, _
       ByVal childNode As NXmlNode _
    ) 
    'Usage
     
    
    Dim instance As NXmlNode
    Dim index As System.Integer
    Dim childNode As NXmlNode
     
    instance.InsertChild(index, childNode)
    public void InsertChild( 
       System.int index,
       NXmlNode childNode
    )

    Parameters

    index
    childNode
    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