CompilerErrorCollection.Item[Int32] Propiedad

Definición

Obtiene o establece el objeto CompilerError en el índice especificado.

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

Parámetros

index
Int32

Índice de base cero de la entrada que se va a buscar en la colección.

Valor de propiedad

un CompilerError objeto en cada índice válido.

Excepciones

El valor de índice indicado por el index parámetro está fuera del intervalo válido de índices de la colección.

Se aplica a