Nevron.Dom Namespace / NAttributeTree Class / AccumulateChildAttributes Method


AccumulateChildAttributes Method
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)

Parameters

container
filter
list
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