Bagikan melalui


CompilerErrorCollection.Item[Int32] Properti

Definisi

Mendapatkan atau mengatur pada CompilerError indeks yang ditentukan.

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

Parameter

index
Int32

Indeks berbasis nol dari entri untuk ditemukan dalam koleksi.

Nilai Properti

A CompilerError di setiap indeks yang valid.

Pengecualian

Nilai indeks yang ditunjukkan index oleh parameter berada di luar rentang indeks yang valid untuk koleksi.

Berlaku untuk