Nevron .NET Vision
Nevron.Dom Namespace / INNodeContainer Interface / IsChild Method
node to check


In This Topic
    IsChild Method (INNodeContainer)
    In This Topic
    Determines whether the specified node is a child node for this container
    Syntax
    'Declaration
     
    
    Function IsChild( _
       ByVal node As INNode _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As INNodeContainer
    Dim node As INNode
    Dim value As System.Boolean
     
    value = instance.IsChild(node)
    System.bool IsChild( 
       INNode node
    )

    Parameters

    node
    node to check

    Return Value

    true if it is a child 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