ParserErrorCollection::IndexOf Method
Gets the index of the specified ParserError object in the collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- value
- Type: System.Web::ParserError
The ParserError to locate in the collection.
Return Value
Type: System::Int32The zero-based index of the ParserError objects within the collection; otherwise, 1 if the ParserError is not in the collection.
Use the IndexOf method to determine the index of a ParserError object within the collection. This is useful to determine the index of each ParserError when you iterate through the collection by using the IEnumerator object returned by the GetEnumerator method.
The following code example demonstrates how to locate the index of a ParserError object at the specified index in a ParserErrorCollection collection.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.