Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNode Class / GetChild Method / GetChild(NChild) Method


In This Topic
    GetChild(NChild) Method
    In This Topic
    Gets the child at the specified named slot. If a child node at the slot does not exist, but the named child is marked as CreateOnDemand, a new child node of the default schema is automatically created.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetChild( _
       ByVal child As NChild _
    ) As NNode
    'Usage
     
    
    Dim instance As NNode
    Dim child As NChild
    Dim value As NNode
     
    value = instance.GetChild(child)
    public NNode GetChild( 
       NChild child
    )

    Parameters

    child

    Return Value

    node at the specified named slot
    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