Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNode Class / IsChild Method
node to check


In This Topic
    IsChild Method (NNode)
    In This Topic
    Determines whether the specified node is a child node of this node. Note that although the node ParentNode may be this node, this node may not consider the node as child, if it is exposed by a property.
    Syntax
    'Declaration
     
    
    Public Function IsChild( _
       ByVal node As NNode _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NNode
    Dim node As NNode
    Dim value As System.Boolean
     
    value = instance.IsChild(node)
    public System.bool IsChild( 
       NNode node
    )

    Parameters

    node
    node to check

    Return Value

    true if it is a child node, otherwise false
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also