ParserErrorCollection.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the ParserError object at the specified index within the collection.
public:
property System::Web::ParserError ^ default[int] { System::Web::ParserError ^ get(int index); void set(int index, System::Web::ParserError ^ value); };
public System.Web.ParserError this[int index] { get; set; }
member this.Item(int) : System.Web.ParserError with get, set
Default Public Property Item(index As Integer) As ParserError
Parameters
- index
- Int32
The index within the collection of the ParserError object to get or set.
Property Value
The ParserError at the specified index within the collection.
Remarks
Use the Item[] property to retrieve the ParserError object at the specified index within the collection. When you have a reference to the ParserError object and need the index, use the IndexOf method.