Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NEditorComparer Class / DeclarationOrder Field


In This Topic
    DeclarationOrder Field
    In This Topic
    An editor comparer that compares the editors by their NEditor.GetDeclarationOrder. By default only property editors have a declaration order, that is the order in which they have been added to the node schema - i.e. properties defined in base schemas appear first.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly DeclarationOrder As System.Collections.Generic.IComparer(Of NEditor)
    'Usage
     
    
    Dim value As System.Collections.Generic.IComparer(Of NEditor)
     
    value = NEditorComparer.DeclarationOrder
    public static readonly System.Collections.Generic.IComparer<NEditor> DeclarationOrder
    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