|
| ESRI.ArcGIS.ADF.Web | |
| FindNode Method | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Web Namespace > Tree<T,N> Class : FindNode Method |
- text
- Text to find on the nodes.
| Visual Basic (Declaration) | |
|---|---|
Public Function FindNode( _ ByVal text As String _ ) As TreeNode(Of N) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Tree(Of T,N) Dim text As String Dim value As TreeNode(Of N) value = instance.FindNode(text) | |
| C# | |
|---|---|
public TreeNode<N> FindNode( string text ) | |
Parameters
- text
- Text to find on the nodes.
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