Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNodeHistoryUnit Class / DumpToTreeItem Method
parent tree node


In This Topic
    DumpToTreeItem Method (NNodeHistoryUnit)
    In This Topic
    Overriden to create a new tree node brach under the parent tree node
    Syntax
    'Declaration
     
    
    Public Overrides Sub DumpToTreeItem( _
       ByVal parent As NTreeViewItem _
    ) 
    'Usage
     
    
    Dim instance As NNodeHistoryUnit
    Dim parent As NTreeViewItem
     
    instance.DumpToTreeItem(parent)
    public override void DumpToTreeItem( 
       NTreeViewItem parent
    )

    Parameters

    parent
    parent tree 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