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 方法。

適用於