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 メソッドを使用します。

適用対象