Nevron .NET Vision
Nevron.Dom Namespace / NNodeTree Class / IsBranch Method
node to test


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

    Parameters

    node
    node to test

    Return Value

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