Nevron.Examples.Framework.WebForm Namespace / NTreeNode Class / GetExampleNodes Method


In This Topic
    GetExampleNodes Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub GetExampleNodes( _
       ByVal parent As NTreeNode, _
       ByVal nodes As System.Collections.ArrayList _
    ) 
    'Usage
     
    
    Dim parent As NTreeNode
    Dim nodes As System.Collections.ArrayList
     
    NTreeNode.GetExampleNodes(parent, nodes)
    public static void GetExampleNodes( 
       NTreeNode parent,
       System.Collections.ArrayList nodes
    )

    Parameters

    parent
    nodes
    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