ESRI.ArcGIS.ADF.Web
FindNode Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web Namespace > TreeNode<T> Class : FindNode Method




text
Text to search for.
Finds a node with text matching the input value in the child nodes.

Syntax

Visual Basic (Declaration) 
Public Function FindNode( _
   ByVal text As String _
) As TreeNode(Of T)
Visual Basic (Usage)Copy Code
Dim instance As TreeNode(Of T)
Dim text As String
Dim value As TreeNode(Of T)
 
value = instance.FindNode(text)
C# 
public TreeNode<T> FindNode( 
   string text
)

Parameters

text
Text to search for.

Return Value

Node if found, null otherwise.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.