![]() ![]() |
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.
Visual Basic (Declaration) | |
---|---|
Public Function FindNode( _ ByVal text As String _ ) As TreeNode(Of T) |
Visual Basic (Usage) | ![]() |
---|---|
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.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