Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NSchema Class / AddChild Method / AddChild(String,NDomType) Method


In This Topic
    AddChild(String,NDomType) Method
    In This Topic
    Adds a named child to the schema definition. The child is not readonly, is nullable and is created on demand.
    Syntax
    'Declaration
     
    
    Public Overloads Function AddChild( _
       ByVal name As System.String, _
       ByVal domType As NDomType _
    ) As NChild
    'Usage
     
    
    Dim instance As NSchema
    Dim name As System.String
    Dim domType As NDomType
    Dim value As NChild
     
    value = instance.AddChild(name, domType)
    public NChild AddChild( 
       System.string name,
       NDomType domType
    )

    Parameters

    name
    domType
    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