Nevron .NET Vision
Nevron.Diagram Namespace / NDiagramElementCollection Class / EnumInstantiatableTypes Method


In This Topic
    EnumInstantiatableTypes Method (NDiagramElementCollection)
    In This Topic
    Enumerates the known types, which can be instantiated and inserted to this composite at runtime
    Syntax
    'Declaration
     
    
    Public Overridable Function EnumInstantiatableTypes() As System.Type()
    'Usage
     
    
    Dim instance As NDiagramElementCollection
    Dim value() As System.Type
     
    value = instance.EnumInstantiatableTypes()
    public virtual 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