ESRI.ArcGIS.ADF.Web.UI.WebControls
FindLastIndex(Int32,Int32,Predicate<TreeViewPlusNode>) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlusNodeCollection Class > FindLastIndex Method : FindLastIndex(Int32,Int32,Predicate<TreeViewPlusNode>) Method




startIndex
count
match

Syntax

Visual Basic (Declaration) 
Public Overloads Function FindLastIndex( _
   ByVal startIndex As Integer, _
   ByVal count As Integer, _
   ByVal match As Predicate(Of TreeViewPlusNode) _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlusNodeCollection
Dim startIndex As Integer
Dim count As Integer
Dim match As Predicate(Of TreeViewPlusNode)
Dim value As Integer
 
value = instance.FindLastIndex(startIndex, count, match)
C# 
public int FindLastIndex( 
   int startIndex,
   int count,
   Predicate<TreeViewPlusNode> match
)

Parameters

startIndex
count
match

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.