Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NScheduleView Class / AccumulateContentDisplayChildren Method


In This Topic
    AccumulateContentDisplayChildren Method (NScheduleView)
    In This Topic
    Accumulates the display children of the node that are considered to be content.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub AccumulateContentDisplayChildren( _
       ByVal visitor As NDisplayVisitor, _
       ByVal list As NList(Of NVisual) _
    ) 
    'Usage
     
    
    Dim instance As NScheduleView
    Dim visitor As NDisplayVisitor
    Dim list As NList(Of NVisual)
     
    instance.AccumulateContentDisplayChildren(visitor, list)
    protected override void AccumulateContentDisplayChildren( 
       NDisplayVisitor visitor,
       NList<NVisual> list
    )

    Parameters

    visitor
    list
    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