Nevron.Dom Namespace / NAttributeTree Class / AccumulateDescendantAttributes Method


AccumulateDescendantAttributes Method
Syntax
'Declaration
 
Public Shared Sub AccumulateDescendantAttributes( _
   ByVal container As INAttributeContainer, _
   ByVal filter As INFilter, _
   ByVal depth As System.Integer, _
   ByVal list As NAttributeList _
) 
 
'Usage
 
Dim container As INAttributeContainer
Dim filter As INFilter
Dim depth As System.Integer
Dim list As NAttributeList
 
NAttributeTree.AccumulateDescendantAttributes(container, filter, depth, list)

Parameters

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