Nevron.Dom Namespace / INElementContainer Interface / GetDescendantFromId Method


GetDescendantFromId Method (INElementContainer)
Syntax
'Declaration
 
Function GetDescendantFromId( _
   ByVal id As System.Integer, _
   ByVal depth As System.Integer _
) As INElement
 
'Usage
 
Dim instance As INElementContainer
Dim id As System.Integer
Dim depth As System.Integer
Dim value As INElement
 
value = instance.GetDescendantFromId(id, depth)

Parameters

id
depth
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