Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNode Class / CanSetChild Method
named slot for which to check
the node to set


In This Topic
    CanSetChild Method (NNode)
    In This Topic
    Queries whether the specified node can be set at the specified named slot
    Syntax
    'Declaration
     
    
    Public Function CanSetChild( _
       ByVal child As NChild, _
       ByVal node As NNode _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NNode
    Dim child As NChild
    Dim node As NNode
    Dim value As System.Boolean
     
    value = instance.CanSetChild(child, node)
    public System.bool CanSetChild( 
       NChild child,
       NNode node
    )

    Parameters

    child
    named slot for which to check
    node
    the node to set

    Return Value

    true if the node can set at the specified named slot, 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