Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NChild Class / NChild Constructor


In This Topic
    NChild Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal Snfb As NSchema, _
       ByVal tnfb As System.String, _
       ByVal Unfb As NDomType _
    )
    'Usage
     
    
    Dim Snfb As NSchema
    Dim tnfb As System.String
    Dim Unfb As NDomType
     
    Dim instance As New NChild(Snfb, tnfb, Unfb)
    internal NChild( 
       NSchema Snfb,
       System.string tnfb,
       NDomType Unfb
    )

    Parameters

    Snfb
    tnfb
    Unfb
    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