Nevron .NET Vision
Nevron.Diagram Namespace / INDiagramElementComposite Interface / EnumInstantiatableTypes Method


In This Topic
    EnumInstantiatableTypes Method (INDiagramElementComposite)
    In This Topic
    Enumerates the known types, which can be instantiated and inserted to this composite at runtime
    Syntax
    'Declaration
     
    
    Function EnumInstantiatableTypes() As System.Type()
    'Usage
     
    
    Dim instance As INDiagramElementComposite
    Dim value() As System.Type
     
    value = instance.EnumInstantiatableTypes()
    System.Type[] EnumInstantiatableTypes()

    Return Value

    types of the nodes which can be instanciated and inserted to this composite at runtime
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also