ParserErrorCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定位於集合內指定索引處的 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 方法。