browses the server and displays all branches in the TreeView control
and the items of the selected branch in the ListView control.
The root node is required because root items attached to this root node.
The BrowseElement object returned from the server for each item is copied into the Tag property
of the ListView object. It contains the detail information according the XML-DA specs.
The Tag property of TreeNode object contains a tlNodeInfo object with the BrowseElement
object of the branch and a ListViewItem array with the items in this branch.
Syntax
Parameters
- rootName
- the name of the root branch.
Return Value
OPCError array with errors returned from the XML-DA server
in the Browse() method. Many error conditions cause an exception to be thrown
instead of returned as an error code.
Requirements
Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
>
See Also