OPCDA.NET Reference Manual
ShowBrowseTreeList Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > OpcServer Class : ShowBrowseTreeList Method

tvBranches
lvItems

Glossary Item Box

Create a new BrowseTreeList class for convenient browsing and display of the servers item tree structure with the branches in a TreeView control and the items of each branch in a ListView control. An empty ShowBrowseTreeList object is created and the default BrowseTree ImageList is assigned to the TreeView and ListView control. The browse mode is set to BrowseModeOneLevel=true.

Syntax

Visual Basic (Declaration) 
Public Function ShowBrowseTreeList( _
   ByVal tvBranches As TreeView, _
   ByVal lvItems As ListView _
) As ShowBrowseTreeList
C# 
public ShowBrowseTreeList ShowBrowseTreeList( 
   TreeView tvBranches,
   ListView lvItems
)

Parameters

tvBranches
lvItems

Return Value

HRESULT success/error code

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.