XMLDA.NET Reference
tlNodeInfo Constructor
See Also  Send Feedback
xmldanet Namespace > tlNodeInfo Class : tlNodeInfo Constructor

_parent
BrowseElement object with information of the associated branch.
len
number of nodes in this TreeNode

Glossary Item Box

Constructor

Syntax

Visual Basic (Usage)Copy Code
Dim _parent As BrowseElement
Dim len As Integer
 
Dim instance As New tlNodeInfo(_parent, len)
C# 
public tlNodeInfo( 
   BrowseElement _parent,
   int len
)

Parameters

_parent
BrowseElement object with information of the associated branch.
len
number of nodes in this TreeNode

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.