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


In This Topic
    RemoveChild Method (NXmlNode)
    In This Topic
    Removes the given child from this node's children.
    Syntax
    'Declaration
     
    
    Public Sub RemoveChild( _
       ByVal child As NXmlNode _
    ) 
    'Usage
     
    
    Dim instance As NXmlNode
    Dim child As NXmlNode
     
    instance.RemoveChild(child)
    public void RemoveChild( 
       NXmlNode child
    )

    Parameters

    child
    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