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


In This Topic
    AddChild Method (NXmlNode)
    In This Topic
    Adds the given node as a child to this node.
    Syntax
    'Declaration
     
    
    Public Sub AddChild( _
       ByVal childNode As NXmlNode _
    ) 
    'Usage
     
    
    Dim instance As NXmlNode
    Dim childNode As NXmlNode
     
    instance.AddChild(childNode)
    public void AddChild( 
       NXmlNode childNode
    )

    Parameters

    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