Gets the index of the
UnderlinedError in this collection with the specified start index.
'Declaration
Public Function GetUnderlinedErrorStartingAt( _
ByVal As Integer _
) As Integer
public int GetUnderlinedErrorStartingAt(
int
)
Parameters
- index
- The start index of the underline to look for in the collection.
Return Value
The zero-based index of value in this collection if value is found; otherwise, a negative number, which is the bitwise complement of the index of the next element that is larger than value or, if there is no larger element, the bitwise complement of collection's count.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2