Share via


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

適用対象