Visual Basic (Usage) | ![]() |
---|---|
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.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x