Nevron .NET Vision
Nevron.Dom Namespace / NNodeTree Class / BranchChildrenCount Method
node
children filter


In This Topic
    BranchChildrenCount Method
    In This Topic
    Returns the count of branch children, which satisfy the specified filter
    Syntax
    'Declaration
     
    
    Public Shared Function BranchChildrenCount( _
       ByVal node As INNode, _
       ByVal filter As INFilter _
    ) As System.Integer
    'Usage
     
    
    Dim node As INNode
    Dim filter As INFilter
    Dim value As System.Integer
     
    value = NNodeTree.BranchChildrenCount(node, filter)
    public static System.int BranchChildrenCount( 
       INNode node,
       INFilter filter
    )

    Parameters

    node
    node
    filter
    children filter

    Return Value

    count of children, which satisfy the filter, or -1 if the node is not a branch
    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