ParserErrorCollection.Item[Int32] 属性

定义

获取或设置集合内指定索引处的 ParserError 对象。

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

参数

index
Int32

要获取或设置的 ParserError 对象在集合中的索引。

属性值

集合中指定索引处的 ParserError

注解

Item[]使用 属性检索ParserError集合中指定索引处的对象。 如果具有对 ParserError 对象的引用并且需要索引,请使用 IndexOf 方法。

适用于