Partager via


CompilerErrorCollection.Item[Int32] Propriété

Définition

Obtient ou définit le CompilerError à l'index spécifié.

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

Paramètres

index
Int32

Index de base zéro de l’entrée à rechercher dans la collection.

Valeur de propriété

CompilerError pour chaque index valide.

Exceptions

La valeur d'index indiquée par le paramètre index est hors de la plage valide des index pour la collection.

S’applique à