共用方式為


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

ParserError,位於集合中指定的索引處。

備註

Item[]使用 屬性來擷取 ParserError 集合內指定索引處的物件。 當您有物件的參考 ParserError 並需要索引時,請使用 IndexOf 方法。

適用於