Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NDesigner Class / GetCollectionChildrenTypes Method


In This Topic
    GetCollectionChildrenTypes Method (NDesigner)
    In This Topic
    Gets a list of the children types for this designer schema (e.g. the types of the nodes which can be children of the node associated with this designer schema).
    Syntax
    'Declaration
     
    
    Public Overridable Function GetCollectionChildrenTypes( _
       ByVal node As NNode _
    ) As NList(Of NDomType)
    'Usage
     
    
    Dim instance As NDesigner
    Dim node As NNode
    Dim value As NList(Of NDomType)
     
    value = instance.GetCollectionChildrenTypes(node)
    public virtual NList<NDomType> GetCollectionChildrenTypes( 
       NNode node
    )

    Parameters

    node
    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