EasyUA Reference
GetNodeId Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > ShowBrowseTree Class : GetNodeId Method

tvNode
TreeNode object of the node

Glossary Item Box

Returns the UA NodeId of the specified TreeView node.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ShowBrowseTree
Dim tvNode As TreeNode
Dim value As NodeId
 
value = instance.GetNodeId(tvNode)
C# 
public NodeId GetNodeId( 
   TreeNode tvNode
)

Parameters

tvNode
TreeNode object of the node

Return Value

The UA NodeId

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.