FindIndex(Int32,Int32,Predicate) Method
Syntax
'Declaration
Overloads Function FindIndex( _
ByVal _startIndex_ As Integer, _
ByVal _count_ As Integer, _
ByVal _match_ As Predicate(Of IGlobalStringList) _
) As Integer
int FindIndex(
int _startIndex_,
int _count_,
Predicate<IGlobalStringList> _match_
)
Parameters
startIndex
count
match
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
IGlobalStringListCollection Interface
IGlobalStringListCollection Members
Overload List