EasyUA Reference
Browse(TreeNode[]) Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > BrowseTree Class > Browse Method : Browse(TreeNode[]) Method

tree
OUT TreeNode structure with all nodes

Glossary Item Box

Browse nodes from the root and build a TreeNode structure.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As BrowseTree
Dim tree As TreeNode()
Dim value As List(Of NodeElement)
 
value = instance.Browse(tree)
C# 
public List<NodeElement> Browse( 
   out TreeNode[] tree
)

Parameters

tree
OUT TreeNode structure with all nodes

Return Value

The found references with additional target node information.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.