Share via


CompilerErrorCollection.Item[Int32] プロパティ

定義

指定したインデックス位置にある CompilerError を取得または設定します。

public:
 property System::CodeDom::Compiler::CompilerError ^ default[int] { System::CodeDom::Compiler::CompilerError ^ get(int index); void set(int index, System::CodeDom::Compiler::CompilerError ^ value); };
public System.CodeDom.Compiler.CompilerError this[int index] { get; set; }
member this.Item(int) : System.CodeDom.Compiler.CompilerError with get, set
Default Public Property Item(index As Integer) As CompilerError

パラメーター

index
Int32

コレクションでエントリの位置を示す 0 から始まるインデックス番号。

プロパティ値

有効な各インデックスにある CompilerError

例外

index パラメーターに指定されているインデックス値が、コレクションのインデックスの有効範囲外にあります。

適用対象