CompilerErrorCollection.Item[Int32] Propriété

Définition

Obtient ou définit l’index CompilerError 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 à localiser dans la collection.

Valeur de propriété

A CompilerError à chaque index valide.

Exceptions

La valeur d’index indiquée par le index paramètre est en dehors de la plage valide d’index pour la collection.

S’applique à