Nevron .NET Vision
Nevron.Dom Namespace / NNodeTree Class / IsAncestorOfNode Method
ancestor
node


In This Topic
    IsAncestorOfNode Method
    In This Topic
    Determines whether the specified ancestor is ancestor of the specified node
    Syntax
    'Declaration
     
    
    Public Shared Function IsAncestorOfNode( _
       ByVal ancestor As INNode, _
       ByVal node As INNode _
    ) As System.Boolean
    'Usage
     
    
    Dim ancestor As INNode
    Dim node As INNode
    Dim value As System.Boolean
     
    value = NNodeTree.IsAncestorOfNode(ancestor, node)
    public static System.bool IsAncestorOfNode( 
       INNode ancestor,
       INNode node
    )

    Parameters

    ancestor
    ancestor
    node
    node

    Return Value

    true if ancestor is ancestor of node, otherwise false
    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