Nevron .NET Vision
Nevron.Dom Namespace / NAttributeTree Class / AccumulateChildAttributes Method
attribute container
filter to use
list to which to append the child attributes, which satisfy the filter


In This Topic
    AccumulateChildAttributes Method
    In This Topic
    Accumulates the child attributes of the attribute container, which satisfy the provided filter
    Syntax
    'Declaration
     
    
    Public Shared Sub AccumulateChildAttributes( _
       ByVal container As INAttributeContainer, _
       ByVal filter As INFilter, _
       ByVal list As NAttributeList _
    ) 
    'Usage
     
    
    Dim container As INAttributeContainer
    Dim filter As INFilter
    Dim list As NAttributeList
     
    NAttributeTree.AccumulateChildAttributes(container, filter, list)
    public static void AccumulateChildAttributes( 
       INAttributeContainer container,
       INFilter filter,
       NAttributeList list
    )

    Parameters

    container
    attribute container
    filter
    filter to use
    list
    list to which to append the child attributes, which satisfy the filter
    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