Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NSubtreeHierarchyBrowser Class / GetInsertionIndex Method


In This Topic
    GetInsertionIndex Method
    In This Topic
    Gets the insertion index of the given node.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetInsertionIndex( _
       ByVal targetNode As NNode, _
       ByVal insertedNode As NNode _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NSubtreeHierarchyBrowser
    Dim targetNode As NNode
    Dim insertedNode As NNode
    Dim value As System.Integer
     
    value = instance.GetInsertionIndex(targetNode, insertedNode)
    protected virtual System.int GetInsertionIndex( 
       NNode targetNode,
       NNode insertedNode
    )

    Parameters

    targetNode
    insertedNode
    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